fix: some small css fixes

This commit is contained in:
2026-08-25 14:44:31 +05:00
parent f1f5bd4409
commit 5e512f0bdd
14 changed files with 35 additions and 26 deletions
+4 -4
View File
@@ -103,7 +103,7 @@
.brand:hover {
text-decoration: none;
color: var(--accent);
color: var(--link);
}
nav {
@@ -120,7 +120,7 @@
}
.nav-link:hover {
color: var(--accent);
color: var(--link);
background: var(--bg);
text-decoration: none;
}
@@ -148,7 +148,7 @@
}
.lang-btn:hover {
color: var(--accent);
color: var(--link);
}
.lang-btn.active {
@@ -158,7 +158,7 @@
.workspace-link {
font-weight: 600;
color: var(--accent);
color: var(--link);
}
main {
+1 -1
View File
@@ -102,6 +102,6 @@
}
.back:hover {
color: var(--accent);
color: var(--link);
}
</style>