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
path: root/assets
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-07-27 03:56:09 +0300
committervjeantet <valere.jeantet@gmail.com>2020-07-27 03:56:09 +0300
commitbd76f820038e5354fcb8cf95faf13a9e49f91f5b (patch)
tree31ac586babfd86acc9536743f5bec6c1bc098f26 /assets
parentf306343cb87ff000916e94848301dffc1eb5d614 (diff)
fix link colors in headers
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index f1514ac..7e88708 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -106,7 +106,7 @@ body{
}
a {
- color:lighten($c_saturate1,10%);
+ color:lighten(invert($c_dark2),4%);
padding: 0 1rem;
font-weight: bold;
font-size: 90%;
@@ -181,7 +181,7 @@ body{
background-color: $c_dark2;
color:invert($c_dark2);
a{
- color:invert($c_light4);
+ color:invert($c_dark2);
}
padding: 3rem;
}