update: css style

This commit is contained in:
2026-03-26 15:43:43 +03:00
parent 111a9b80b6
commit 22edddccf4
3 changed files with 10 additions and 13 deletions

View File

@@ -16,12 +16,14 @@
:root {
--background: #505050;
--foreground: #ededed;
--link-color: #8b56cc;
--link-hover: #ae5ed6;
--link-hover: #8b56cc;
}
}
.two-color{
color: #746178;
}
.link-custom {
color: var(--linl-color);
color: #ae5ed6;
transition: color 0.2s ease;
}
.link-custom:hover {