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
diff options
context:
space:
mode:
-rw-r--r--src/sass/style.scss4
-rw-r--r--static/dist/app.css4
2 files changed, 4 insertions, 4 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;
}
diff --git a/static/dist/app.css b/static/dist/app.css
index cc58690..3efbe44 100644
--- a/static/dist/app.css
+++ b/static/dist/app.css
@@ -702,7 +702,7 @@ hr {
}
hr.double-line {
- border-top: 3px double #028760;
+ border-top: 3px double #4EAB90;
text-align: center;
border-bottom: none;
}
@@ -714,7 +714,7 @@ hr.double-line:after {
top: -27px;
padding: 0 10px;
background: #f7fafc;
- color: #028760;
+ color: #4EAB90;
font-size: 30px;
}