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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-10-31 19:52:14 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-10-31 19:52:14 +0300
commitbb0f2edf07004f98d1bed6472f043467ad38774a (patch)
tree7d878df4a346453e6598b8ce4332f4ae5bbe4be6 /assets
parent687bca9d0c01dca46e931a5a87004d3ec0af594d (diff)
refactor: improve google fonts
Diffstat (limited to 'assets')
-rw-r--r--assets/css/base.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/base.css b/assets/css/base.css
index a50c9dd..c304d55 100644
--- a/assets/css/base.css
+++ b/assets/css/base.css
@@ -5,8 +5,8 @@
--color-secondary-bg: rgba(255,255,255,1.00);
--color-tertiary-bg: rgba(242,242,247,1.00);
--color-primary-text: rgba(0,0,0,0.85);
- --color-secondary-text: rgba(0,0,0,0.65);
- --color-tertiary-text: rgba(0,0,0,0.45);
+ --color-secondary-text: rgba(0,0,0,0.7);
+ --color-tertiary-text: rgba(0,0,0,0.55);
}
.dark {
@@ -15,8 +15,8 @@
--color-secondary-bg: rgba(28,28,30,1.00);
--color-tertiary-bg: rgba(44,44,46,1.00);
--color-primary-text: rgba(255,255,255,0.85);
- --color-secondary-text: rgba(255,255,255,0.65);
- --color-tertiary-text: rgba(255,255,255,0.45);
+ --color-secondary-text: rgba(255,255,255,0.7);
+ --color-tertiary-text: rgba(255,255,255,0.55);
}
a:hover {