This commit is contained in:
ASOwnerYT
2024-11-28 10:41:29 +13:00
parent c8f05290e8
commit c36d7bf52a
7 changed files with 477 additions and 17 deletions
+5
View File
@@ -31,6 +31,11 @@
text-decoration: none;
}
.highlight {
color: white;
background-color: blue;
}
/* Underline links on hover */
.navbar .container li a:hover {
text-decoration: underline;