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:
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{