mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
Darken
This commit is contained in:
parent
b14d7b45ae
commit
797b5d2311
@ -302,7 +302,7 @@ root(isDark)
|
|||||||
min-width 100%
|
min-width 100%
|
||||||
min-height calc(16px + 12px + 12px)
|
min-height calc(16px + 12px + 12px)
|
||||||
font-size 16px
|
font-size 16px
|
||||||
color #333
|
color isDark ? #fff : #333
|
||||||
background isDark ? #191d23 : #fff
|
background isDark ? #191d23 : #fff
|
||||||
outline none
|
outline none
|
||||||
border solid 1px rgba($theme-color, 0.1)
|
border solid 1px rgba($theme-color, 0.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user