Skip to content

Commit

Permalink
Fix opt-remarks font size in all themes - not just default
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Aug 4, 2024
1 parent d2c7c5e commit 5063502
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions static/styles/themes/dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ textarea.form-control {
}

.stack-usage {
font-size: x-small;
&.static {
background: #4f4f18 !important;
}
Expand All @@ -477,7 +476,6 @@ textarea.form-control {
}

.opt-line {
font-size: x-small;
&.analysis {
background: #4f4f18;
}
Expand Down
2 changes: 0 additions & 2 deletions static/styles/themes/one-dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ textarea.form-control {
}

.stack-usage {
font-size: x-small;
&.static {
background: #4f4f18 !important;
}
Expand All @@ -533,7 +532,6 @@ textarea.form-control {
}

.opt-line {
font-size: x-small;
&.analysis {
background: #4f4f18;
}
Expand Down
2 changes: 0 additions & 2 deletions static/styles/themes/pink-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ textarea.form-control {
}

.stack-usage {
font-size: x-small;
&.static {
background: #fdfd96 !important;
}
Expand All @@ -499,7 +498,6 @@ textarea.form-control {
}

.opt-line {
font-size: x-small;
&.analysis {
background: #fdfd96;
}
Expand Down

0 comments on commit 5063502

Please sign in to comment.