style(sidebar): use text-markdown color

This commit is contained in:
plebeius.eth
2023-11-21 14:18:34 +01:00
parent f1fd4fb7c8
commit f343a184ca

View File

@@ -60,6 +60,7 @@ a {
padding-bottom: 5px;
white-space: pre-wrap;
word-wrap: break-word;
color: var(--text-markdown);
}
.bottom {
@@ -152,6 +153,7 @@ a {
.rules {
margin: 10px 0;
color: var(--text-markdown);
}
.rulesList {