Add background-go-input

This commit is contained in:
Cadence Ember 2020-05-09 23:14:46 +12:00
parent 23e2ffecbf
commit f847d06277
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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,