Update topnav.css

This commit is contained in:
gr00tie 2023-11-14 13:02:00 +01:00 committed by GitHub
parent 771f7b7073
commit 667385a652

View file

@ -49,6 +49,7 @@
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.topnav {
overflow: hidden; overflow: hidden;
background-color: #0f0f0f; background-color: #0f0f0f;
position: relative; position: relative;
@ -59,4 +60,5 @@
border: 1px solid rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255);
border-radius: 10px; border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
} }