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:06:07 +0300
committervjeantet <valere.jeantet@gmail.com>2020-07-27 03:06:07 +0300
commit4f62d41190ccb05f49c4c29d6ab3988851a75e12 (patch)
tree6190b39c489a98cd2b7d78d98f7fc7b5c41f7937 /assets/sass/main.scss
parenta426260529c38c7ca5d45e76de6785e8ab979c58 (diff)
fix colors
Diffstat (limited to 'assets/sass/main.scss')
-rw-r--r--assets/sass/main.scss27
1 files changed, 13 insertions, 14 deletions
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 9998141..b706116 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -39,7 +39,7 @@ body{
color: $c_dark3;
a{
- color: $c_saturate7;
+ color: $c_dark4;
text-decoration: none;
background-color: transparent;
}
@@ -56,7 +56,7 @@ body{
justify-content: space-between;
align-items: stretch ;
-color:$c_dark1;
+ color:$c_dark1;
.logo {
display: flex;
@@ -66,13 +66,12 @@ color:$c_dark1;
align-items: stretch ;
font-size: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
*{
vertical-align: middle;
-
}
img {
@@ -115,7 +114,7 @@ color:$c_dark1;
a {
- color:$c_dark1;
+ color:$c_saturate2;
padding: 0 1rem;
font-weight: bold;
font-size: 90%;
@@ -149,15 +148,15 @@ color:$c_dark1;
padding-left:2px;
.TableOfContents {
font-weight:500;
-> *{
- margin-left:5px;
-}
+ > *{
+ margin-left:5px;
+ }
label{
font-weight:700;
letter-spacing: -1px;
display: block;
margin-bottom: 14px;
- border-bottom: 1px dotted $c_saturate3;
+ border-bottom: 1px dotted $c_light1;
color:$c_dark2;
font-variant: small-caps;
}
@@ -167,7 +166,7 @@ color:$c_dark1;
ul{
padding: 0px 0px 0px 14px;
margin: 0px 0px 0px 0px;
- border-left: 1px solid $c_saturate3;
+ border-left: 1px solid $c_light2;
li{
font-size: 90%;
}
@@ -219,8 +218,8 @@ article section.page {
}
a {
color: $c_dark3;
- border-bottom: 1px solid $c_dark1;
- padding-bottom: 2px;
+ border-bottom: 1px dotted $c_saturate1;
+ padding-bottom: 4px;
padding-right: 0px;
}