This commit is contained in:
mchouliara 2024-09-25 17:56:14 +03:00
parent d971af0ed8
commit 7ea402c71e
1 changed files with 2 additions and 2 deletions

View File

@ -89,9 +89,9 @@
font-weight: 300; font-weight: 300;
font-size: 1rem; font-size: 1rem;
letter-spacing: 0px; letter-spacing: 0px;
color: #000000; color: var(--primary-color-2);
&:hover { &:hover {
color: var(--primary-color) color: var(--secondary-color)
} }
opacity: 1; opacity: 1;
} }