Change nigthly button hover background
This commit is contained in:
parent
450ea6a968
commit
6294d5159c
1 changed files with 8 additions and 2 deletions
10
app.css
10
app.css
|
@ -58,12 +58,18 @@ body {
|
|||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.button:hover, .button:focus, .button:active {
|
||||
background: rgb(90, 45, 45);
|
||||
}
|
||||
|
||||
.button--nightly {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.button:hover, .button:focus, .button:active {
|
||||
background: rgb(90, 45, 45);
|
||||
.button--nightly:hover,
|
||||
.button--nightly:focus,
|
||||
.button--nightly:active {
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.github {
|
||||
|
|
Loading…
Reference in a new issue