mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 18:24:51 +09:00
UI: When mouse hovers over button, make bg color just slightly darker
Previously, the color would get so dark it would blend with the page background and the button text color. I'm not sure I picked the best color; just picked something that works.
This commit is contained in:
parent
f846a75440
commit
90ad05b327
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ input[type="submit"]
|
|||
border: none
|
||||
border-radius: 0.618em
|
||||
|
||||
input:hover[type="submit"]
|
||||
background: #{dark gray}
|
||||
|
||||
.instance
|
||||
color: #{light blue}
|
||||
font: 180% monospace
|
||||
|
|
Loading…
Reference in a new issue