fix transparency issue
This commit is contained in:
parent
5fb392bb95
commit
3de7c95cdd
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
@define-color surface0 #363a4f;
|
||||
@define-color surface0-rgb rgb(54, 58, 79);
|
||||
@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-rgb rgb(30, 32, 48);
|
||||
@define-color crust #181926;
|
||||
|
|
@ -62,7 +62,7 @@ window {
|
|||
padding: 10px;
|
||||
border: 3px solid @lavender;
|
||||
border-radius: 10px;
|
||||
background-color: @base;
|
||||
background-color: @base-rgb;
|
||||
/* animation: slideIn 0.5s ease-in-out both; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue