diff options
| author | Andrew Lee <[email protected]> | 2025-01-02 11:08:59 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-01-02 11:08:59 -0500 |
| commit | c39c29d218451f0d1ca3e37c001eab39e6f1eede (patch) | |
| tree | 377769f55b843a501c0c58468e80cfbbb6c6e05f /src/styles | |
| parent | 7c27bf194e8854dcb55f95c48567779a0e8751f3 (diff) | |
| download | shiftos-archive-website-c39c29d218451f0d1ca3e37c001eab39e6f1eede.tar.gz shiftos-archive-website-c39c29d218451f0d1ca3e37c001eab39e6f1eede.tar.bz2 shiftos-archive-website-c39c29d218451f0d1ca3e37c001eab39e6f1eede.zip | |
Optimized image; Added deprecation note on history; Fixed styling
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/style.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/styles/style.css b/src/styles/style.css index 2f5d005..737c6fc 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); body { font-family: "JetBrains Mono", monospace; - background: #333333; + background: #252525; color: white; } @@ -18,7 +18,6 @@ body { a { color: #00e600; text-decoration: none; - font-size: 20px; } a:hover { @@ -29,9 +28,13 @@ a:active { color: #009400; } +.nav { + font-size: 1.2em; + font-weight: bold; +} p { - font-size: 20px; + font-size: 1.1em; } footer { @@ -45,4 +48,4 @@ footer { img.logo { width: 50%; height: auto; - } +} |
