commit: update global.css

This commit is contained in:
2026-03-24 19:10:22 +03:00
parent 919bd69ad0
commit 79de3ba7f1
2 changed files with 13 additions and 2 deletions

View File

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