border color by theme

This commit is contained in:
czarhex
2022-07-26 23:33:01 +02:00
committed by GitHub
parent 0592d71c0f
commit eb146350d9
+2 -2
View File
@@ -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;
}
}