Updated config
This commit is contained in:
@ -1,27 +1,25 @@
|
||||
* {
|
||||
background-image: none;
|
||||
font-family: "Ubuntu Nerd Font";
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
button {
|
||||
/* color: #ffffff; */
|
||||
/* background-color: rgba(255, 255, 255, 0.5); */
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: rgba(255, 255, 255, 0.5);
|
||||
/* border-radius: 50%; */
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
background-size: 10%;
|
||||
margin: 25px;
|
||||
}
|
||||
|
||||
button:focus, button:active, button:hover {
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
outline-style: none;
|
||||
border-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
@ -44,4 +42,4 @@ button:focus, button:active, button:hover {
|
||||
url("/usr/share/wlogout/icons/reboot.png"),
|
||||
url("/usr/local/share/wlogout/icons/reboot.png")
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user