did a bunch of stoof

This commit is contained in:
opal
2023-11-10 15:54:09 -08:00
parent 72d7b6e6e5
commit 37f52c7cf2
4 changed files with 15 additions and 31 deletions

View File

@@ -1,38 +1,28 @@
* {
background-image: none;
background-color: transparent;
}
window {
background-color: rgba(0, 0, 0, 0.8);
background-color: rgba(12, 12, 12, 0.9);
}
button {
color: #BD93F9;
font-family: "Hack";
border-radius: 0px;
margin: 10px;
color: #ffffff;
background-color: #1e1e1e;
border-style: solid;
border-width: 1px;
border-width: 10px;
border-radius: 25px;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
background-size: 20%;
}
button:focus,
button:active,
button:hover {
background-color: #BD93F9;
background-color: #333333;
outline-style: none;
}
#lock
#logout,
#suspend,
#hibernate,
#shutdown,
#reboot {
opacity: 0.6;
}
#lock {
background-image: image(
url("/usr/share/wlogout/icons/lock.png"),