Improved font color for dark mode
This commit is contained in:
parent
901b9540b8
commit
6f695ba295
|
@ -277,7 +277,7 @@ body[dir="rtl"] .input-text {
|
||||||
color: #b1b1b3;
|
color: #b1b1b3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#last-mapping-update, .badge-warning {
|
#last-mapping-update, .badge-warning, .notice-message, .button-warning {
|
||||||
color: #4b3000;
|
color: #4b3000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Optimised version selection</li>
|
<li>Optimised version selection</li>
|
||||||
<li>Updated i18n (German)</li>
|
<li>Updated i18n (German)</li>
|
||||||
|
<li>Improved font color for dark mode</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
Please update your uBlock/uMatrix rules
|
Please update your uBlock/uMatrix rules
|
||||||
|
|
Loading…
Reference in New Issue