[Astal] Prepare for reloadable style

This commit is contained in:
2026-01-09 16:04:51 +01:00
parent c2cd216dac
commit 11767c3009
7 changed files with 38 additions and 33 deletions

View File

@@ -22,11 +22,11 @@ button {
}
button:hover {
background-color: rgba(151, 16, 58, 0.5);
background-color: rgba(50, 78, 18, 0.5);
}
button:focus {
background-color: rgb(151, 16, 58);
background-color: rgb(50, 78, 18);
color: rgb(200, 220, 255);
}