Style fixes

This commit is contained in:
2025-10-31 14:55:43 +01:00
parent 7549061fba
commit 0828493be5
7 changed files with 32 additions and 9 deletions

View File

@@ -14,12 +14,14 @@ nav {
.gradient-text:hover {
background: linear-gradient(to right, #6366f1, #db2777);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.navbar a.active {
background: linear-gradient(to right, #6366f1, #db2777);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;