Tweak the NeoPass announcement box's orange down
Idk, I think the previous text color was a smidge too low-contrast, and we can afford to decrease the border's loudness, too.
This commit is contained in:
parent
05155507c4
commit
7688f21eeb
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ body.outfits-new
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.neopass-announcement
|
.neopass-announcement
|
||||||
border: 1px solid orange
|
border: 1px solid #cd8400
|
||||||
color: #8d5900
|
color: #764a00
|
||||||
padding: .5em
|
padding: .5em
|
||||||
display: grid
|
display: grid
|
||||||
grid-template-areas: "thumbnail content"
|
grid-template-areas: "thumbnail content"
|
||||||
|
|
Loading…
Reference in a new issue