diff options
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r-- | src/_sidebar.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss index 5957d3a..b8cfc32 100644 --- a/src/_sidebar.scss +++ b/src/_sidebar.scss | |||
@@ -30,7 +30,7 @@ | |||
30 | } | 30 | } |
31 | 31 | ||
32 | &:not(.boxBorderless) { | 32 | &:not(.boxBorderless) { |
33 | background-color: props.get(common.$vlpnBg); | 33 | background-color: props.get(core.$theme, --bg-l1); |
34 | } | 34 | } |
35 | } | 35 | } |
36 | 36 | ||
@@ -41,6 +41,10 @@ | |||
41 | } | 41 | } |
42 | } | 42 | } |
43 | 43 | ||
44 | .userAvatarList > li > a > img { | ||
45 | border-color: props.get(core.$theme, --bg-l1); | ||
46 | } | ||
47 | |||
44 | @media screen and (max-width: 1024px) { | 48 | @media screen and (max-width: 1024px) { |
45 | .boxesSidebarLeft{ | 49 | .boxesSidebarLeft{ |
46 | margin-inline-end: 0; | 50 | margin-inline-end: 0; |