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.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 78ac359..ce5d111 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -65,7 +65,7 @@ body{
align-items: stretch ;
color:($c_light2);
- a {
+ a, a:hover {
color:invert($c_dark2);
}
> div {
@@ -176,11 +176,12 @@ body{
li{
padding: 8px 0px 8px 0px;
font-weight:300;
+ border-bottom: 1px solid transparent;
+ &.active{
+ border-bottom: 1px dashed #999999;
+ }
a {
/*padding-left: 2px;*/
- &.active{
- font-weight:500;
- }
}
}