border color by theme

This commit is contained in:
czarhex
2022-07-26 23:34:09 +02:00
committed by GitHub
parent eb146350d9
commit a2eb8535f0
+5 -5
View File
@@ -8,7 +8,7 @@
.accountProfileCard-lbN7n-, .profileBannerPreview-3mLIdO { .accountProfileCard-lbN7n-, .profileBannerPreview-3mLIdO {
background: rgba(0, 0, 0, 0.436); background: rgba(0, 0, 0, 0.436);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid rgb(78, 78, 81); border: 1px solid var(--surCordBorder);
border-radius: 5px; border-radius: 5px;
} }
.theme-light { .theme-light {
@@ -70,7 +70,7 @@
background: rgba(0, 0, 0, 0.436) !important; background: rgba(0, 0, 0, 0.436) !important;
backdrop-filter: blur(20px); backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid rgb(78, 78, 81); border: 1px solid var(--surCordBorder);
border-radius: 5px; border-radius: 5px;
} }
.theme-light { .theme-light {
@@ -115,7 +115,7 @@
background: rgba(0, 0, 0, 0.436) !important; background: rgba(0, 0, 0, 0.436) !important;
backdrop-filter: blur(20px); backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid rgb(78, 78, 81); border: 1px solid var(--surCordBorder);
border-radius: 5px; border-radius: 5px;
} }
.theme-light { .theme-light {
@@ -135,7 +135,7 @@
background: rgba(0, 0, 0, 0.436) !important; background: rgba(0, 0, 0, 0.436) !important;
backdrop-filter: blur(20px); backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid rgb(78, 78, 81); border: 1px solid var(--surCordBorder);
border-radius: 5px; border-radius: 5px;
} }
} }
@@ -152,4 +152,4 @@
} }
.bd-addon-card .bd-addoncard-header { .bd-addon-card .bd-addoncard-header {
background: transparent; background: transparent;
} }