Add injected Menu Items
This commit is contained in:
parent
2cc64150d0
commit
8553e94547
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user