diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-07-24 11:28:31 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-07-24 11:28:31 +0200 |
commit | 013a9ea105fae72041969cfde5395df3c1cf93b8 (patch) | |
tree | 199ee863ec81cd58fdb7ac095a1d49ff58be9d1a | |
parent | 9a055541720f7e807a4f92ff51e14c15be61725f (diff) | |
download | www-013a9ea105fae72041969cfde5395df3c1cf93b8.tar.gz www-013a9ea105fae72041969cfde5395df3c1cf93b8.zip |
fix style
-rw-r--r-- | static/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 282b5e11..296a7bff 100644 --- a/static/styles.css +++ b/static/styles.css | |||
@@ -9,6 +9,13 @@ | |||
9 | color: #3355FF; /* contrast for near white bg */ | 9 | color: #3355FF; /* contrast for near white bg */ |
10 | } | 10 | } |
11 | 11 | ||
12 | .container a.subnav-anchor:after, .container a.nav-link:after { | ||
13 | font-size: inherit; | ||
14 | font-family: inherit; | ||
15 | content: ""; | ||
16 | font-weight: inherit; | ||
17 | } | ||
18 | |||
12 | .static-top { | 19 | .static-top { |
13 | position: fixed; | 20 | position: fixed; |
14 | top: 0; | 21 | top: 0; |