This commit is contained in:
2025-06-25 11:16:05 +02:00
11 changed files with 57 additions and 90 deletions

View File

@@ -6,13 +6,19 @@
}
.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);
display: flex;
flex-direction: row;
align-items: center;
}
.btn-primary {
background: var(--brand-primary);
border-radius: 3px;
}
.btn-user {
@@ -34,4 +40,4 @@
.btn-user > span {
font-size: 28px;
}
}

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);
}
}