diff options
author | arf20 <aruizfernandez05@gmail.com> | 2025-02-09 15:26:33 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2025-02-09 15:26:33 +0100 |
commit | a45ff9f8113e3da29e41ba9fcf620d8ee47196cb (patch) | |
tree | e21c9ba7344dfd8cc7bffda98aca2fe98058a8fb /style.css | |
parent | 44e7595c66d6ddcba4752dde98e001c5c43c1486 (diff) | |
download | arfnet2-web-a45ff9f8113e3da29e41ba9fcf620d8ee47196cb.tar.gz arfnet2-web-a45ff9f8113e3da29e41ba9fcf620d8ee47196cb.zip |
index redesign owo
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,7 +26,8 @@ body { background-color: #282C34; color: #abb2bf; - font-family: monospace; + font-family: ui-sans-serif; + font-weight: 500; max-width: 1000px; margin-left: auto; @@ -55,7 +56,7 @@ body { } .navlink { - font-size: 20px; + } .content { |