add variables, refaktoring

This commit is contained in:
2025-06-12 12:47:36 +02:00
parent 6a9d16028d
commit dcb53cd8f8
8 changed files with 157 additions and 391 deletions

7
CSS/Element/logo.scss Normal file
View File

@@ -0,0 +1,7 @@
.logo{
font-size: var(--font-size-logo);
span{
color: var(--brand-primary);
font-size: var(--font-size-logo);
}
}