diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-15 18:50:56 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-15 18:50:56 +0100 |
commit | 5df0653b95e5abbc4124c37bad7ac096aca304bf (patch) | |
tree | 9a011cd21044944d19906f72ca8db79387b4a385 /assets | |
parent | 023c2e9cbb55a967d6b9797162e0d9b620f93bdb (diff) | |
download | metamuffin-website-5df0653b95e5abbc4124c37bad7ac096aca304bf.tar metamuffin-website-5df0653b95e5abbc4124c37bad7ac096aca304bf.tar.bz2 metamuffin-website-5df0653b95e5abbc4124c37bad7ac096aca304bf.tar.zst |
add stuff
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css index 3f688a1..658ca43 100644 --- a/assets/style.css +++ b/assets/style.css @@ -40,7 +40,7 @@ nav a { background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 0.15s linear; - font-style: italic; + font-style: normal; } nav a:hover { color: #dfe5f3; |