mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
$theme-color
This commit is contained in:
parent
7a0ad1fb4b
commit
48b3a0cf1c
3 changed files with 3 additions and 3 deletions
|
@ -476,7 +476,7 @@ root(isDark)
|
|||
margin 0 0 4px 6px
|
||||
padding 2px 8px 2px 16px
|
||||
font-size 90%
|
||||
color #f66e4f
|
||||
color $theme-color
|
||||
background isDark ? #313543 : #edf0f3
|
||||
border-radius 4px
|
||||
|
||||
|
|
|
@ -384,7 +384,7 @@ root(isDark)
|
|||
margin 0 0 4px 6px
|
||||
padding 2px 8px 2px 16px
|
||||
font-size 90%
|
||||
color #f66e4f
|
||||
color $theme-color
|
||||
background isDark ? #313543 : #edf0f3
|
||||
border-radius 4px
|
||||
|
||||
|
|
|
@ -427,7 +427,7 @@ root(isDark)
|
|||
margin 0 0 4px 6px
|
||||
padding 2px 8px 2px 16px
|
||||
font-size 90%
|
||||
color #f66e4f
|
||||
color $theme-color
|
||||
background isDark ? #313543 : #edf0f3
|
||||
border-radius 4px
|
||||
|
||||
|
|
Loading…
Reference in a new issue