diff options
author | Volpeon <git@volpeon.ink> | 2024-12-10 17:12:20 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-10 17:12:20 +0100 |
commit | a9888043fcd37389e1e14e65eb2b3ab7b4a708bb (patch) | |
tree | 24da08a3f54627641adb9102267a02ebfcbff435 /src/_board.scss | |
parent | Refactoring (diff) | |
download | furbase-design-2024-a9888043fcd37389e1e14e65eb2b3ab7b4a708bb.tar.gz furbase-design-2024-a9888043fcd37389e1e14e65eb2b3ab7b4a708bb.tar.bz2 furbase-design-2024-a9888043fcd37389e1e14e65eb2b3ab7b4a708bb.zip |
Dark mode mainly
Diffstat (limited to 'src/_board.scss')
-rw-r--r-- | src/_board.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_board.scss b/src/_board.scss index 7d54a1c..eb221d2 100644 --- a/src/_board.scss +++ b/src/_board.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | @mixin styles { | 5 | @mixin styles { |
6 | .wbbBoardNode__unreadIcon { | 6 | .wbbBoardNode__unreadIcon { |
7 | background-image: url(../images/style-6/custom/boardNewM.png); | 7 | background-image: url(../images/style-9/custom/boardNewM.png); |
8 | background-position: center center; | 8 | background-position: center center; |
9 | background-repeat: no-repeat; | 9 | background-repeat: no-repeat; |
10 | 10 | ||
@@ -14,7 +14,7 @@ | |||
14 | } | 14 | } |
15 | 15 | ||
16 | .wbbBoardNode__defaultIcon { | 16 | .wbbBoardNode__defaultIcon { |
17 | background-image: url(../images/style-6/custom/boardM.png); | 17 | background-image: url(../images/style-9/custom/boardM.png); |
18 | background-position: center center; | 18 | background-position: center center; |
19 | background-repeat: no-repeat; | 19 | background-repeat: no-repeat; |
20 | 20 | ||