diff --git a/assets/css/themes.scss b/assets/css/themes.scss index 44f3a8478..71e69df1c 100644 --- a/assets/css/themes.scss +++ b/assets/css/themes.scss @@ -11,7 +11,7 @@ // Background color --bg-color: rgba(32, 33, 36, 1); // Light Background color - --bg-light-color: rgba(255, 255, 255, 0.02); + --bg-light-color: rgba(255, 255, 255, 0.04); // Dark Background color --bg-dark-color: rgba(0, 0, 0, 0.2); // Text color @@ -36,7 +36,7 @@ // Background color --bg-color: rgba(255, 255, 255, 1); // Light Background color - --bg-light-color: rgba(0, 0, 0, 0.02); + --bg-light-color: rgba(0, 0, 0, 0.05); // Dark Background color --bg-dark-color: rgba(0, 0, 0, 0.02); // Text color