Fixed hidden linkes, Changed color palette, may change later

Update index.php, backgrounds.php, and 12 more files...
This commit is contained in:
2026-05-16 18:02:36 +02:00
parent 91098bc437
commit d622f59ba1
13 changed files with 303 additions and 61 deletions
+4 -2
View File
@@ -46,10 +46,12 @@ a, .a {
&:hover {
text-decoration: underline;
color: #{$color-text-link-hover};
//color: #{$color-text-link-hover};
color: #{$color-text-generic};
& * {
color: #{$color-text-link-hover};
//color: #{$color-text-link-hover};
color: #{$color-text-generic};
}
// FIXME: Not working, big F