Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-05-16 15:49:42 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:49 +0300
commit4feeb222b402f9835bfa31013dfb8574834d4c0d (patch)
tree21925088aea1813044f18eb1d54e791aa65bfa5c /src
parentfed177da7c9911d7d86f6115f6997f554702ad97 (diff)
mod color
Diffstat (limited to 'src')
-rw-r--r--src/sass/style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sass/style.scss b/src/sass/style.scss
index 673bebb..5f46763 100644
--- a/src/sass/style.scss
+++ b/src/sass/style.scss
@@ -65,7 +65,7 @@ hr {
// padding: 0 0.5em; /* size of background color knockout */
// }
hr.double-line {
- border-top: 3px double theme('colors.eucalyptus.500');
+ border-top: 3px double theme('colors.eucalyptus.400');
text-align: center;
border-bottom: none;
}
@@ -76,7 +76,7 @@ hr.double-line:after {
top: -27px;
padding: 0 10px;
background: theme("colors.gray.100");
- color: theme('colors.eucalyptus.500');
+ color: theme('colors.eucalyptus.400');
font-size: 30px;
}