mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -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);
|
||||
z-index: z("header") - 1;
|
||||
|
||||
.profiler-result {
|
||||
font-size: var(--font-down-1);
|
||||
}
|
||||
|
||||
.profiler-button {
|
||||
background-color: var(--header_background);
|
||||
color: var(--header_primary);
|
||||
border-bottom: 1px solid var(--header_primary-low);
|
||||
|
||||
.profiler-number {
|
||||
.profiler-number,
|
||||
.profiler-unit {
|
||||
color: var(--header_primary);
|
||||
}
|
||||
|
||||
.profiler-unit {
|
||||
color: var(--header_primary-medium);
|
||||
.profiler-reqs {
|
||||
font-size: var(--font-down-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user