Updated launcher and theme.

This commit is contained in:
Luc Bijl 2023-12-25 16:48:44 +01:00
parent a34e06cf1d
commit 3010523cbb
8 changed files with 63 additions and 32 deletions

View file

@ -4,19 +4,20 @@
font-family: "Roboto";
font-size: 20px;
}
window
{
background-color: rgba(15, 15, 15, 0.8);
background-color: rgba(0, 0, 0, 0.9);
}
button
{
color: #ffffff;
background-color: #000000;
border-style: solid;
border-width: 2px;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
border-radius: 0px;
}
button:focus, button:active, button:hover