mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Fix opt-remarks / stack-usage font size in all themes - not just default (#6751)
Leftover from PR #6671
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user