Add injected Menu Items

This commit is contained in:
Raven Scott 2024-10-02 05:57:07 -04:00
parent 2cc64150d0
commit 8553e94547

View File

@ -9,6 +9,18 @@ body {
font-family: Arial, sans-serif;
}
a {
color: #32a4e0;
text-decoration: none;
}
a:hover {
color: #1e8ac6;
/* Optional: Darker shade on hover */
text-decoration: underline;
}
.bg-dark {
background-color: #121212 !important;
}