aboutsummaryrefslogtreecommitdiff
path: root/static/css/input.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 11:01:34 -0400
committerBobby <[email protected]>2024-08-25 11:01:34 -0400
commit1d3f9c61f94264fe351cd22346fbdf92e67e3839 (patch)
tree12d4c99173dda0d0857e7d77db65f83f8a05c822 /static/css/input.css
parentb8b79d95dcf2bdb955189d59aef28d5d4bccacee (diff)
downloadyugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.tar.xz
yugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.zip
motto homupage improvements
Diffstat (limited to 'static/css/input.css')
-rw-r--r--static/css/input.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/css/input.css b/static/css/input.css
index 31a04dc..16e55a9 100644
--- a/static/css/input.css
+++ b/static/css/input.css
@@ -15,7 +15,11 @@
}
* {
- font-family: "Lato", sans-serif;
+ font-family: "Karla", sans-serif;
+}
+
+main {
+ max-width: 1800px;
}
/* Style for the active pagination bullet */
@@ -29,6 +33,6 @@
255,
255,
255,
- 0.5
- ); /* Light gray for inactive bullets */
+ 0.8
+ ) !important; /* Light gray for inactive bullets */
}