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.scss15
1 files changed, 9 insertions, 6 deletions
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index a0b4495..3abd3ce 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -133,9 +133,9 @@ body:not(.render_raw){
font-size:14px;
line-height:20px;
padding-left:2px;
-
- .TableOfContents {
-
+
+ > div {
+ margin-bottom: 2em;
> *{
margin-left:5px;
}
@@ -166,8 +166,8 @@ body:not(.render_raw){
}
li{
padding: 8px 0px 8px 0px;
+ font-weight:300;
a {
- font-weight:300;
/*padding-left: 2px;*/
&.active{
font-weight:500;
@@ -175,10 +175,13 @@ body:not(.render_raw){
}
}
-
}
- }
+ .Actions{
+ font-size: 75%;
+ }
+
+ }
}
footer {