diff options
| author | Volpeon <git@volpeon.ink> | 2024-12-11 13:09:56 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-12-11 13:09:56 +0100 |
| commit | a8294b9069f2e110731a932167d054738195752e (patch) | |
| tree | dd11862eee905845bd2f32ac4c1bcb9c9ee8f1c6 /src/_sidebar.scss | |
| parent | Update (diff) | |
| download | furbase-design-2024-a8294b9069f2e110731a932167d054738195752e.tar.gz furbase-design-2024-a8294b9069f2e110731a932167d054738195752e.tar.bz2 furbase-design-2024-a8294b9069f2e110731a932167d054738195752e.zip | |
Classic theme
Diffstat (limited to 'src/_sidebar.scss')
| -rw-r--r-- | src/_sidebar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss index e200106..8c74988 100644 --- a/src/_sidebar.scss +++ b/src/_sidebar.scss | |||
| @@ -17,12 +17,12 @@ | |||
| 17 | display: block; | 17 | display: block; |
| 18 | block-size: 1px; | 18 | block-size: 1px; |
| 19 | margin-block-end: 30px; | 19 | margin-block-end: 30px; |
| 20 | background-color: props.get(core.$theme, --base, --200); | 20 | background-color: var(--wcfContentBorderInner); |
| 21 | } | 21 | } |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | &:not(.boxBorderless) { | 24 | &:not(.boxBorderless) { |
| 25 | background-color: props.get(core.$theme, --bg-l1); | 25 | background-color: props.get(core.$theme, --bg-sidebar); |
| 26 | } | 26 | } |
| 27 | } | 27 | } |
| 28 | 28 | ||
