mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Add background-go-input
This commit is contained in:
parent
23e2ffecbf
commit
f847d06277
@ -501,6 +501,7 @@ body
|
||||
border-right: none
|
||||
max-width: 230px
|
||||
width: 30vw
|
||||
background-color: map-get($theme, "background-go-input")
|
||||
|
||||
@media screen and (max-width: 520px)
|
||||
width: 80vw
|
||||
|
@ -18,6 +18,7 @@ $theme: (
|
||||
"background-power-palest": #ffbebe,
|
||||
"background-power-pale": #ff7c7c,
|
||||
"background-power-quote": #191919,
|
||||
"background-go-input": #fff,
|
||||
"background-primary-quote": #ccc,
|
||||
"background-error-page": #191919,
|
||||
"background-alert": #282828,
|
||||
|
Loading…
Reference in New Issue
Block a user