aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-24 11:28:31 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-24 11:28:31 +0200
commit013a9ea105fae72041969cfde5395df3c1cf93b8 (patch)
tree199ee863ec81cd58fdb7ac095a1d49ff58be9d1a
parent9a055541720f7e807a4f92ff51e14c15be61725f (diff)
downloadwww-013a9ea105fae72041969cfde5395df3c1cf93b8.tar.gz
www-013a9ea105fae72041969cfde5395df3c1cf93b8.zip
fix style
-rw-r--r--static/styles.css7
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;