Skip to content

Commit 182dd29

Browse files
author
reco_luan
committed
fix: text color
1 parent 97fbaf5 commit 182dd29

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

components/Mode/modeOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const modeOptions = {
3333
'--background-color': '#181818',
3434
'--box-shadow': '0 1px 6px 0 rgba(0, 0, 0, .9)',
3535
'--box-shadow-hover': '0 2px 26px 0 rgba(0, 0, 0, .9)',
36-
'--text-color': '#E8E8E8',
36+
'--text-color': 'rgba(255, 255, 255, .8)',
3737
'--text-color-sub': '#8B8B8B',
3838
'--border-color': 'rgba(0, 0, 0, .3)',
3939
'--code-color': 'rgba(0, 0, 0, .3)',

components/Navbar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ $navbar-horizontal-padding = 1.5rem
100100
min-width $navbarHeight - 1.4rem
101101
margin-right 0.8rem
102102
vertical-align top
103+
border-radius 50%
103104
.site-name
104105
font-size 1.2rem
105106
font-weight 600

styles/palette.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $boxShadowDark = 0 1px 6px 0 $darkColor6
3333
$boxShadowHoverDark = 0 2px 16px 0 $darkColor6
3434

3535
$textColor ?= #242424
36-
$textColorDark ?= #E8E8E8
36+
$textColorDark ?= $lightColor8
3737
$textColorSub = #7F7F7F
3838
$textColorSubDark = #8B8B8B
3939

0 commit comments

Comments
 (0)