mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
A11Y: Adjust contrast and font size for mini profiler widget (#22246)
This commit is contained in:
parent
ba62d20f71
commit
808c6ad1cd
@ -9,17 +9,22 @@ div.profiler-results.profiler-top {
|
|||||||
top: var(--header-offset);
|
top: var(--header-offset);
|
||||||
z-index: z("header") - 1;
|
z-index: z("header") - 1;
|
||||||
|
|
||||||
|
.profiler-result {
|
||||||
|
font-size: var(--font-down-1);
|
||||||
|
}
|
||||||
|
|
||||||
.profiler-button {
|
.profiler-button {
|
||||||
background-color: var(--header_background);
|
background-color: var(--header_background);
|
||||||
color: var(--header_primary);
|
color: var(--header_primary);
|
||||||
border-bottom: 1px solid var(--header_primary-low);
|
border-bottom: 1px solid var(--header_primary-low);
|
||||||
|
|
||||||
.profiler-number {
|
.profiler-number,
|
||||||
|
.profiler-unit {
|
||||||
color: var(--header_primary);
|
color: var(--header_primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.profiler-unit {
|
.profiler-reqs {
|
||||||
color: var(--header_primary-medium);
|
font-size: var(--font-down-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user