aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-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;