Change some colours for wlogout

This commit is contained in:
Evie Litherland-Smith 2024-06-10 08:23:12 +01:00
parent 24398ba7ca
commit ac9ce0094d

View file

@ -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};
} }