patch: change bar transparency

This commit is contained in:
2025-05-19 10:09:23 +02:00
parent d5392bf0d3
commit 1804876a3c

View File

@ -3,7 +3,7 @@
window.bar {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: color-mix(in srgb, $base00, transparent 85%);
background: color-mix(in srgb, $base00, transparent 15%);
margin: 0;
* {
@ -28,4 +28,4 @@ window.bar {
calendar>header {
border: none;
}
}
}