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) |
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 @@ color: #3355FF; /* contrast for near white bg */ } +.container a.subnav-anchor:after, .container a.nav-link:after { + font-size: inherit; + font-family: inherit; + content: ""; + font-weight: inherit; +} + .static-top { position: fixed; top: 0; |