Skip to content
Snippets Groups Projects
Commit 797b5d23 authored by syuilo's avatar syuilo
Browse files

Darken

parent b14d7b45
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment