Fix opt-remarks / stack-usage font size in all themes - not just default (#6751)

Leftover from PR #6671
This commit is contained in:
Ofek
2024-08-04 16:11:37 +03:00
committed by GitHub
parent d8981527d7
commit a99edaf5bf
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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