added styling to tooltips and popups

This commit is contained in:
2025-03-06 21:52:57 +01:00
parent d79ecb233d
commit 8c4a2bf572

View File

@@ -4,6 +4,23 @@
all: unset;
}
tooltip {
background: #2E3440;
color: #E5E6E7;
border-radius: 1.5rem 1rem;
border: 1px solid #6F7175;
}
.popup {
background: #2E3440;
color: #E5E6E7;
border: 1px solid #6F7175;
}
.popup menuitem:hover {
background: grey;
}
window {
background: transparent;
color: transparent;