clean: change a color

This commit is contained in:
starnakin 2025-04-15 12:33:48 +02:00
parent a3301572e1
commit 9a33ba64a2

View File

@ -61,4 +61,10 @@ body * {
display: flex;
flex-direction: row;
justify-content: space-between;
}
a {
color: white;
text-decoration: none;
font-size: 1.5rem;
}