fix(core): 🐛 incorrect color for footer site description

This commit is contained in:
alistair3149 2022-10-01 15:11:07 -04:00
parent 6234b8d72a
commit bdc58fdeaf
No known key found for this signature in database

View file

@ -59,7 +59,6 @@
display: flex;
max-width: 90ch;
flex-direction: column;
color: var( --color-base--emphasized );
gap: var( --space-sm );
p {
@ -86,6 +85,7 @@
#footer {
&-sitetitle {
color: var( --color-base--emphasized );
font-size: 2.5rem;
img.mw-logo-wordmark {