Rebranding #80

Merged
OpzekerIT merged 66 commits from dev into main 2023-11-03 22:05:01 +00:00
Showing only changes of commit 04e34b5b4c - Show all commits

View file

@ -21,7 +21,7 @@
/* Style the hamburger menu */
.topnav a.icon {
color: #33ff33;
color: #e69109;
background: black;
display: block;
position: absolute;
@ -38,5 +38,5 @@
/* Style the active link (or home/logo) */
.active {
background-color: #0f0f0f;
color: #33ff33;
color: #e69109;
}