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 +}