fix transparency issue

This commit is contained in:
KoenDR06 2025-05-23 11:46:10 +02:00
parent 5fb392bb95
commit 3de7c95cdd

View file

@ -45,7 +45,7 @@
@define-color surface0 #363a4f; @define-color surface0 #363a4f;
@define-color surface0-rgb rgb(54, 58, 79); @define-color surface0-rgb rgb(54, 58, 79);
@define-color base #24273a; @define-color base #24273a;
@define-color base-rgb rgb(36, 39, 58); @define-color base-rgb rgba(36, 39, 58, 0.99);
@define-color mantle #1e2030; @define-color mantle #1e2030;
@define-color mantle-rgb rgb(30, 32, 48); @define-color mantle-rgb rgb(30, 32, 48);
@define-color crust #181926; @define-color crust #181926;
@ -62,7 +62,7 @@ window {
padding: 10px; padding: 10px;
border: 3px solid @lavender; border: 3px solid @lavender;
border-radius: 10px; border-radius: 10px;
background-color: @base; background-color: @base-rgb;
/* animation: slideIn 0.5s ease-in-out both; */ /* animation: slideIn 0.5s ease-in-out both; */
} }