Modules/Wayber: Lower background opacity for blur

This commit is contained in:
2026-07-25 14:35:54 +02:00
parent 460b814255
commit 77887fb6be
+1 -1
View File
@@ -200,7 +200,7 @@ in {
border-width: ${border-width};
border-radius: ${border-radius};
border-color: #${color.hex.accent};
background-color: rgba(${color.rgbS.mantle}, 1.0);
background-color: rgba(${color.rgbS.mantle}, 0.7);
}
tooltip {