wip
This commit is contained in:
@ -237,7 +237,7 @@ root(isDark)
|
||||
text-align center
|
||||
color isDark ? #666b79 : #aaa
|
||||
background isDark ? #242731 : #fdfdfd
|
||||
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
|
||||
border-bottom solid 1px var(--faceDivider)
|
||||
|
||||
span
|
||||
margin 0 16px
|
||||
@ -261,7 +261,7 @@ root(isDark)
|
||||
text-align center
|
||||
color #ccc
|
||||
background var(--face)
|
||||
border-top solid 1px isDark ? #1c2023 : #eaeaea
|
||||
border-top solid 1px var(--faceDivider)
|
||||
border-bottom-left-radius 6px
|
||||
border-bottom-right-radius 6px
|
||||
|
||||
|
Reference in New Issue
Block a user