mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 15:03:08 +02:00
Darken
This commit is contained in:
parent
b14d7b45ae
commit
797b5d2311
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ root(isDark)
|
|||
min-width 100%
|
||||
min-height calc(16px + 12px + 12px)
|
||||
font-size 16px
|
||||
color #333
|
||||
color isDark ? #fff : #333
|
||||
background isDark ? #191d23 : #fff
|
||||
outline none
|
||||
border solid 1px rgba($theme-color, 0.1)
|
||||
|
|
Loading…
Reference in a new issue