Change some colours for wlogout
This commit is contained in:
parent
24398ba7ca
commit
ac9ce0094d
|
@ -43,7 +43,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border: ${accent};
|
|
||||||
background-color: ${base00};
|
background-color: ${base00};
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -59,7 +58,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
background-color: ${base03};
|
background-color: ${base02};
|
||||||
color: ${base05};
|
color: ${base05};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue