fixed color in counter refresh in node

This commit is contained in:
Daniel Cebrian 2023-03-21 11:07:44 +01:00
parent 2db4ec6a2b
commit 388c6c3a2f
2 changed files with 7 additions and 1 deletions

View File

@ -2667,7 +2667,7 @@ div#header_autorefresh_counter {
a.autorefresh_txt,
#refrcounter {
color: #ffffff;
color: #1c1c1c;
font-size: 8.5pt;
}

View File

@ -1534,3 +1534,9 @@ pre code.hljs {
background-color: #222222;
color: #fff;
}
a.autorefresh_txt,
#refrcounter {
color: #ffffff;
font-size: 8.5pt;
}