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:
-rw-r--r--assets/sass/main.scss4
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content4
2 files changed, 4 insertions, 4 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;
}
diff --git a/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content b/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
index 272e976..35a4fda 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
@@ -50,7 +50,7 @@ body {
font-size: 1.5rem;
margin-right: 0.5rem; }
body header nav.shortcuts li a {
- color: #e60000;
+ color: #e3e3e3;
padding: 0 1rem;
font-weight: bold;
font-size: 90%; }
@@ -95,7 +95,7 @@ body {
color: #d9d9d9;
padding: 3rem; }
body footer a {
- color: black; }
+ color: #d9d9d9; }
article section.page #breadcrumb {
display: block;