Came up with some crazy (retarded) solutions for dynamically styling the icons. Temporary, obviously

This commit is contained in:
2024-08-05 11:47:03 +03:00
parent d7e54e21e1
commit dda1407381
4 changed files with 8 additions and 6 deletions

View File

@@ -52,7 +52,10 @@
font-size: 28px;
text-decoration: none;
color: var(--col_text_panel);
}
.header__link:hover {
color: var(--col_text_hint);
}
</style>