Update topnav.css

This commit is contained in:
gr00tie 2023-11-15 22:01:11 +01:00 committed by GitHub
parent 413e52fd65
commit 3af0a6fbbf

View file

@ -24,6 +24,7 @@
text-decoration: none;
font-size: 17px;
display: block;
border-radius: 10px;
}
/* Style the hamburger menu */
@ -34,8 +35,9 @@
position: absolute;
right: 0;
top: 0;
margin-top: 8px;
margin-right: 8px;
margin-top: 10px;
margin-right: 10px;
border-radius: 10px;
}
/* Add a grey background color on mouse-over */