From eb146350d9b3440508a6767db03ccf3264af301a Mon Sep 17 00:00:00 2001 From: czarhex Date: Tue, 26 Jul 2022 23:33:01 +0200 Subject: [PATCH] border color by theme --- src/_sidebars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_sidebars.scss b/src/_sidebars.scss index a290734..e4e104d 100644 --- a/src/_sidebars.scss +++ b/src/_sidebars.scss @@ -33,7 +33,7 @@ background: rgba(0, 0, 0, 0.436); backdrop-filter: blur(10px); box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); - border: 1px solid rgb(78, 78, 81); + border: 1px solid var(--surCordBorder); } .theme-light { @@ -112,4 +112,4 @@ /* PC-Spotify */ .fa, .fab, .fad, .fal, .far, .fas, .powercord-spotify .spotify-buttons button > div { font-family: "Font Awesome 5 Pro" !important; -} \ No newline at end of file +}