Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schnensch committed Jun 5, 2021
1 parent 01b0f1a commit 722ca6f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ svg.slider-TkfMQL svg, .bd-switch-slider>svg {
border-color: var(--border-color) !important;
}
.css-3vaxre-menu, .phoneFieldPopout-7PzjOO, .addGamePopout-2RY8Ju {
background-color: var(--background-tertiary) !important;
background-color: var(--background-secondary) !important;
}
.labelContainer-1BLJti, .item-1tOPte {
margin-right: 8px;
Expand Down Expand Up @@ -573,10 +573,19 @@ svg.slider-TkfMQL svg, .bd-switch-slider>svg {
.form-2fGMdU {
padding: 0 24px 0 24px;
}
.markup-2BOw-j code {
.markup-2BOw-j code, .categoryHeader-O1zU94 {
background-color: var(--background-tertiary);
border-radius: 8px;
}
.autocomplete-3l_oCd, .autocomplete-1vrmpx {
background-color: var(--background-secondary) !important;
border: 1px solid var(--border-color);
border-radius: 10px;
}
.selected-1Tbx07 {
background-color: var(--background-modifier-hover) !important;
border-radius: 8px;
}
/* channel list */
.sidebar-2K8pFh {
border-radius: 10px;
Expand Down

0 comments on commit 722ca6f

Please sign in to comment.