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:
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 /exampleSite/resources
parentf306343cb87ff000916e94848301dffc1eb5d614 (diff)
fix link colors in headers
Diffstat (limited to 'exampleSite/resources')
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content4
1 files changed, 2 insertions, 2 deletions
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;