mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
border color by theme
This commit is contained in:
+5
-5
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user