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/static
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 /static
parentfed177da7c9911d7d86f6115f6997f554702ad97 (diff)
mod color
Diffstat (limited to 'static')
-rw-r--r--static/dist/app.css4
1 files changed, 2 insertions, 2 deletions
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;
}