Skip to content

Commit

Permalink
Theme mod view
Browse files Browse the repository at this point in the history
  • Loading branch information
onkofonko committed Apr 4, 2024
1 parent 3030ed5 commit 458c55d
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions public/theme/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,8 @@ body.foldercontentopened .base_c0676e {

.colorDanger__08c25,
.colorDanger__08c25 .radioSelection__41d1e,
.colorDanger__08c25.checkbox__378d3 {
.colorDanger__08c25.checkbox__378d3,
#user-context-mod-view {
color: hsl(359, calc(var(--saturation-factor, 1)*82.6%), 59.4%)
}

Expand Down Expand Up @@ -11822,14 +11823,39 @@ button.tagsButton__34537 {
padding: 32px 64px 64px 64px !important
}

.container__0bd59{
.container__0bd59 {
background-color: var(--background-secondary);
}

.badge_b37eda{
.badge_b37eda {
background-color: var(--background-tertiary);
}

.answerInner_b97752{
.answerInner_b97752 {
background-color: hsl(0deg 0% 19% / 30%);
}

.container_cbd141,
.container__532be {
background-color: var(--background-secondary) !important
}

.container_cbd141>* {
background-color: unset !important
}

.container_cbd141>*>* {
background-color: unset !important
}

.header_aacd9b {
background-color: var(--background-tertiary) !important;
}

.userProfileModalInner__99b1e {
background: var(--background-primary)
}

.container__532be::-webkit-scrollbar {
display: none;
}

0 comments on commit 458c55d

Please sign in to comment.