1
0

Forgot to set a text color of logo.

This commit is contained in:
Alexander Andreev 2024-06-19 03:07:15 +04:00
parent 99ef685e5e
commit c7ca05401f
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -84,6 +84,8 @@ header {
flex-wrap: wrap;
justify-content: space-between; }
header svg text { fill: var(--text-color); }
header svg text:first-child {
font-size: 3.55rem;
font-variant-caps: small-caps;