update styling a bit

This commit is contained in:
Benjamin Palko 2025-04-05 16:14:26 -04:00
parent 78046cdcb2
commit f8ac6c5177

View file

@ -8,12 +8,14 @@ $surface2: #5b6078;
$rosewater: #f4dbd6;
* {
color: $rosewater;
font-family: JetBrainsMono Nerd Font;
}
button {
all: initial;
}
* {
font-family: JetBrainsMono Nerd Font;
}
window.Bar {
background: transparent;
@ -21,6 +23,7 @@ window.Bar {
> centerbox {
background: rgba($color: $base, $alpha: 0.75);
border-bottom: 1px solid $rosewater;
> box {
margin: 6px;