update back to transparent background

This commit is contained in:
sawka
2023-10-09 20:52:55 -07:00
parent ecff69eee8
commit 0d2a1ec95d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ body {
font-size: 12.5px;
font-weight: 300;
line-height: 20px;
background: @base-background;
background: @base-background-transparent;
color: @base-color;
}
+1 -1
View File
@@ -1,7 +1,7 @@
@base-color: #eceeec;
@base-background: rgba(21, 23, 21, 1);
@base-background-transparent: rgba(21, 23, 21, 0.7);
@base-background-dev: rgb(27, 0, 30);
@base-background-dev: rgba(21, 23, 21, 0.7);
@base-border: rgba(241, 246, 243, 0.08);
@background-session: rgba(13, 13, 13, 0.85);
@background-session-components: rgba(48, 49, 48, 0.6);