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:51:51 +0300
committervjeantet <valere.jeantet@gmail.com>2020-07-27 03:51:51 +0300
commitf306343cb87ff000916e94848301dffc1eb5d614 (patch)
tree24759c6755d9d393271e78232296de0e5b9ef5e9
parent533968e8aecfeaec72684b70f4d20700ddd8ec97 (diff)
header is black
-rw-r--r--assets/sass/main.scss19
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content14
2 files changed, 21 insertions, 12 deletions
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 1da65f0..f1514ac 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -46,7 +46,8 @@ body{
header {
- background-color: white;
+ background-color: $c_dark2;
+
border-bottom: 2px solid gray ;
box-shadow: 0 0 0.2rem rgba(0,0,0,.1), 0 0.2rem 0.4rem rgba(0,0,0,.2);
@@ -56,8 +57,10 @@ body{
justify-content: space-between;
align-items: stretch ;
- color:$c_dark1;
-
+ color:($c_light2);
+ a {
+ color:invert($c_dark2);
+ }
.logo {
display: flex;
flex-direction: row;
@@ -103,8 +106,7 @@ body{
}
a {
-
- color:$c_saturate2;
+ color:lighten($c_saturate1,10%);
padding: 0 1rem;
font-weight: bold;
font-size: 90%;
@@ -176,8 +178,11 @@ body{
}
footer {
- background-color: black;
- color:#D9D9D9;
+ background-color: $c_dark2;
+ color:invert($c_dark2);
+ a{
+ color:invert($c_light4);
+ }
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 f0bba10..272e976 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
@@ -9,7 +9,7 @@ body {
text-decoration: none;
background-color: transparent; }
body header {
- background-color: white;
+ background-color: #272727;
border-bottom: 2px solid gray;
box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
display: flex;
@@ -17,7 +17,9 @@ body {
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
- color: #4d4d4d; }
+ color: #e6e6e6; }
+ body header a {
+ color: #d9d9d9; }
body header .logo {
display: flex;
flex-direction: row;
@@ -48,7 +50,7 @@ body {
font-size: 1.5rem;
margin-right: 0.5rem; }
body header nav.shortcuts li a {
- color: #b30000;
+ color: #e60000;
padding: 0 1rem;
font-weight: bold;
font-size: 90%; }
@@ -89,9 +91,11 @@ body {
body article section.right-menu .TableOfContents li {
padding: 8px 0px 8px 0px; }
body footer {
- background-color: black;
- color: #D9D9D9;
+ background-color: #272727;
+ color: #d9d9d9;
padding: 3rem; }
+ body footer a {
+ color: black; }
article section.page #breadcrumb {
display: block;