Change nigthly button hover background

This commit is contained in:
Mikołaj Pich 2018-05-04 11:58:49 +02:00
parent 450ea6a968
commit 6294d5159c

10
app.css
View file

@ -58,12 +58,18 @@ body {
transition: background 0.3s; transition: background 0.3s;
} }
.button:hover, .button:focus, .button:active {
background: rgb(90, 45, 45);
}
.button--nightly { .button--nightly {
background: #333; background: #333;
} }
.button:hover, .button:focus, .button:active { .button--nightly:hover,
background: rgb(90, 45, 45); .button--nightly:focus,
.button--nightly:active {
background: #222;
} }
.github { .github {