mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Darken
This commit is contained in:
parent
d7aba57a4a
commit
d241bd102b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ root(isDark)
|
|||
|
||||
> .banner
|
||||
height 100px
|
||||
background-color #f5f5f5
|
||||
background-color isDark ? #303e4a : #f5f5f5
|
||||
background-size cover
|
||||
background-position center
|
||||
cursor pointer
|
||||
|
|
Loading…
Reference in a new issue