add swww and pywal

This commit is contained in:
Benjamin Palko 2024-03-22 16:05:37 -05:00
parent 076fe3ab81
commit 7798e8360c
19 changed files with 604 additions and 51 deletions

View file

@ -1,11 +1,13 @@
.module {
border-radius: 9999px;
margin: 4px 0;
}
label.module {
padding: 0 10px;
box-shadow: inset 0 -2px;
transition: color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
/* box-shadow: inset 0 -2px; */
}
box.module {
padding: 0 10px;
box-shadow: inset 0 -2px;
}