This commit is contained in:
2025-12-24 17:05:16 +07:00
parent 423a68f410
commit 9072f84681
16 changed files with 389 additions and 133 deletions

View File

@@ -63,15 +63,6 @@ html {
scroll-behavior: smooth;
line-height: 16px;
}
a,
a:hover {
color: inherit;
-webkit-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
outline: 0;
text-decoration: none;
}
a:hover {
color: var(--color-primary);
}