浏览代码

css: fix login form for classic theme

The footer had an ugly dark overlay
JC Brand 2 月之前
父节点
当前提交
f21b758c0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/shared/styles/themes/classic.scss

+ 1 - 1
src/shared/styles/themes/classic.scss

@@ -24,7 +24,7 @@
     // --------------
     --foreground-color: #666;
     --background-color: #efefef;
-    --background-color-rgb: 102, 102, 102;
+    --background-color-rgb: 239, 239, 239;
 
     --chat-rgb: var(--green-rgb);
     --muc-rgb: var(--orange-rgb);