Skip to content

Commit

Permalink
Update _settings.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Mar 31, 2024
1 parent 7c99199 commit 8b1c42c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
*/

/* Account Profile Card */
.accountProfileCard__22589, .profileBannerPreview-3mLIdO {
.accountProfileCard__744d8, .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__22589, .profileBannerPreview-3mLIdO {
.accountProfileCard__744d8, .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_aab0de, .background_b61fcc {
.fieldList__4e6dd, .background__4e802 {
background-color: transparent;
}

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

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

/* Buttons */
.app__00c92 button, .lookFilled-yCfaCM.colorYellow-Pgtmch {
.app_de4237 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_a40797 .layers__12c9f {
.kernel-card, .kernel-card .kernel-card-tools, .ksu-card, .ksu-card .ksu-git-info .ksu-git-info-item, .layers__1c917 .layers_a23c37 {
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 8b1c42c

Please sign in to comment.