css cleanup

This commit is contained in:
2025-06-25 10:19:04 +02:00
parent 6083a3f1c4
commit 074b2a99b5
9 changed files with 38 additions and 87 deletions

View File

@@ -1,11 +1,14 @@
.btn{
background: var(--brand-primary);
color: var(--brand-white);
padding: 5px 10px;
font-weight: var(--font-weight-semibold);
font-size: var(--font-size-text);
border-radius: 3px;
text-decoration: none;
color: var(--brand-white);
}
.btn-primary {
background: var(--brand-primary);
border-radius: 3px;
}
.btn-user {

View File

@@ -1,7 +1,13 @@
.logo{
#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);
span{
color: var(--brand-primary);
font-size: var(--font-size-logo);
}
}