Simplify scss more, remove transparent colors for better support for transparent mode

This commit is contained in:
midn8hustlr
2024-03-17 05:38:55 +05:30
parent a72e335fc7
commit c3de429225
11 changed files with 86 additions and 231 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.session-bg {
background-color: mix($t_t_background, $background, 40%);
background-color: $t_surface;
}
.session-button {