kurs-app/CSS/Element/logo.css
2025-06-25 10:19:04 +02:00

13 lines
254 B
CSS

#logo{
cursor: pointer;
text-decoration: none;
color: inherit;
color: var(--brand-white);
font-size: var(--font-size-logo);
font-weight: 600;
}
#logo span {
color: var(--brand-primary);
font-size: var(--font-size-logo);
}