Skip to content

Commit

Permalink
Update _settings.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Jun 20, 2024
1 parent f3a78b1 commit f860fb3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
*/

/* Account Profile Card */
.accountProfileCard__744d8, .profileBannerPreview-3mLIdO {
.accountProfileCard_b69b77, .profileBannerPreview-3mLIdO {
background: rgba(0, 0, 0, 0.436);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid var(--surCordBorder);
border-radius: 5px;
}
.theme-light {
.accountProfileCard__744d8, .profileBannerPreview-3mLIdO {
.accountProfileCard_b69b77, .profileBannerPreview-3mLIdO {
background: rgba(226, 221, 225, 0.89);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
backdrop-filter: blur(10px);
border-radius: 5px;
}
}
.fieldList__4e6dd, .background__4e802 {
.fieldList_b69b77, .background_b69b77 {
background-color: transparent;
}

/* left Side bar */
.sidebarRegion__36437 {
.sidebarRegion_c25c6d {
border-right: .5px solid black;
}

.theme-light {
.sidebarRegion__36437 {
.sidebarRegion_c25c6d {
border-right: .5px solid rgba(186, 186, 186, 0.386);
.selected-g-kMVV.item-3XjbnG, .selected-g-kMVV.item-3XjbnG:hover {
color: white;
Expand All @@ -46,7 +46,7 @@


/* Search Feilds */
.powercord-entities-manage-search input, .inner__178b2 {
.powercord-entities-manage-search input, .inner_effbe2 {
background-color: rgb(53, 51, 55);
border-radius: 4px;
border: 1px solid rgb(97, 96, 99);
Expand All @@ -55,7 +55,7 @@
box-shadow: 0 0 3px 3px var(--accent-hover);
}
.theme-light {
.powercord-entities-manage-search input, .inner__178b2 {
.powercord-entities-manage-search input, .inner_effbe2 {
background: rgba(226, 221, 225, 0.89);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
Expand Down Expand Up @@ -97,7 +97,7 @@
}

/* Buttons */
.app_de4237 button, .lookFilled-yCfaCM.colorYellow-Pgtmch {
.app_a01fb1 button, .lookFilled-yCfaCM.colorYellow-Pgtmch {
border-radius: 50px;
}

Expand All @@ -118,7 +118,7 @@
border-radius: 5px;
}
.theme-light {
.kernel-card, .kernel-card .kernel-card-tools, .ksu-card, .ksu-card .ksu-git-info .ksu-git-info-item, .layers__1c917 .layers_a23c37 {
.kernel-card, .kernel-card .kernel-card-tools, .ksu-card, .ksu-card .ksu-git-info .ksu-git-info-item, .layers_d4b6c5 .layers_a01fb1 {
background: rgba(231, 234, 237, 0.436) !important;
backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
Expand Down

0 comments on commit f860fb3

Please sign in to comment.