This commit is contained in:
2021-04-17 17:05:13 +02:00
parent 52ee54f5f9
commit 6880b8221b
3 changed files with 56 additions and 9 deletions

View File

@ -27,6 +27,10 @@ a svg {
stroke-width: 0.5em;
}
a svg .filled {
fill: var(--main-accent-color);
}
body {
background: var(--main-bg-color);
color: var(--main-fg-color);