diff options
| author | Bobby <[email protected]> | 2024-08-25 11:01:34 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-25 11:01:34 -0400 |
| commit | 1d3f9c61f94264fe351cd22346fbdf92e67e3839 (patch) | |
| tree | 12d4c99173dda0d0857e7d77db65f83f8a05c822 /static/css/input.css | |
| parent | b8b79d95dcf2bdb955189d59aef28d5d4bccacee (diff) | |
| download | yugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.tar.xz yugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.zip | |
motto homupage improvements
Diffstat (limited to 'static/css/input.css')
| -rw-r--r-- | static/css/input.css | 10 |
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 */ } |
