Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-08-21 20:24:25 +0300
committervjeantet <valere.jeantet@gmail.com>2020-08-21 20:24:25 +0300
commitb3f9f57d4246c58ab8b6c48379d9159a86c16504 (patch)
tree7ec968e97b62e40040ed531242beb5b51ee5f752 /assets/sass/main.scss
parent9edc0cf1d6e15beaee07c01a663e9faeb4c4b26a (diff)
jump to section
Diffstat (limited to 'assets/sass/main.scss')
-rw-r--r--assets/sass/main.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 75b4c48..55812a5 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -274,6 +274,22 @@ article section.page {
}
+ div.jump-to-section{
+ font-size: smaller;
+ color:$c_dark2;
+ ul{
+ li a{
+ color:$c_saturate3;
+ }
+ }
+
+ nav{
+ background-color: white;
+ }
+ }
+
+
+
div.chevrons {
&.simple, &.full{