aboutsummaryrefslogtreecommitdiff
path: root/static/styles.sass
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.sass')
-rw-r--r--static/styles.sass7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/styles.sass b/static/styles.sass
index 86bfc461..8309ebf7 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -284,8 +284,13 @@ header
284 margin-top: 30px 284 margin-top: 30px
285 margin-bottom: 50px 285 margin-bottom: 50px
286 286
287// Some docs are too long, thus there is a need for a subnav.
288// Use "subnav" class for the submenu.
289// Use "subnav-anchor" class for the a-tags right before a section title.
287.subnav 290.subnav
288 a.nav-link 291 a.nav-link
289 &:link, &:visited 292 &:link, &:visited
290 color: #419edb !important 293 color: #419edb !important
291 294a.subnav-anchor
295 position: relative
296 top: -80px