Änderungen Visual Styles

This commit is contained in:
ja
2021-08-02 16:05:42 +02:00
parent 56bb165322
commit e7a6b8a10f
9 changed files with 138 additions and 92 deletions

View File

@@ -107,11 +107,11 @@
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #043381;
color: #fff;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #043381;
color: #fff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
@@ -247,6 +247,14 @@
li {
list-style-type: none;
}
@media (min-width: 768px) {
#offcanvasWithBothOptions {
min-width: 350px;
min-width: 21.875em;
max-width: 350px;
max-width: 21.875em;
}
}
</style>
<script src="js/netzwerk.js" type="text/javascript"></script>