add a color to the admin panel's stats for better dark mode visibility
parent
fda5904bea
commit
63c1f7f78d
|
@ -73,6 +73,9 @@
|
|||
|
||||
// Following rules are only in settings
|
||||
.cp-sidebarlayout-element {
|
||||
pre {
|
||||
color: @cryptpad_text_col; // XXX
|
||||
}
|
||||
label:not(.noTitle), .label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue