CSS: Darken .state-text in list headers

This commit is contained in:
Florian Strohmaier 2019-10-14 17:09:51 +02:00
parent 318fa6dcc4
commit c94c18e570

View file

@ -54,6 +54,10 @@
header {
display: flex;
justify-content: space-between;
.state-text {
color: @text-color;
}
a {
color: @text-color;