Update static/style.css
Browse files- static/style.css +16 -11
static/style.css
CHANGED
|
@@ -761,17 +761,6 @@ nav {
|
|
| 761 |
/*height: 70px;*/
|
| 762 |
}
|
| 763 |
|
| 764 |
-
.navbar.is-fixed-bottom,
|
| 765 |
-
.navbar.is-fixed-top {
|
| 766 |
-
left: 0;
|
| 767 |
-
position: fixed;
|
| 768 |
-
right: 0;
|
| 769 |
-
z-index: 1020 !important;
|
| 770 |
-
backdrop-filter: blur(20px);
|
| 771 |
-
/**background-color: rgba(20, 22, 26, 0.8);*/
|
| 772 |
-
background-color: rgba(31, 34, 41, 0.8);
|
| 773 |
-
}
|
| 774 |
-
|
| 775 |
.leaflet-top {
|
| 776 |
top: 70px !important;
|
| 777 |
}
|
|
@@ -858,3 +847,19 @@ hr {
|
|
| 858 |
margin-left: 0;
|
| 859 |
width: 4em;
|
| 860 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 761 |
/*height: 70px;*/
|
| 762 |
}
|
| 763 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 764 |
.leaflet-top {
|
| 765 |
top: 70px !important;
|
| 766 |
}
|
|
|
|
| 847 |
margin-left: 0;
|
| 848 |
width: 4em;
|
| 849 |
}
|
| 850 |
+
|
| 851 |
+
.navbar.fixed-top.navbar-dark {
|
| 852 |
+
height: 76px;
|
| 853 |
+
background-color: rgba(25, 25, 25, 0.75);
|
| 854 |
+
backdrop-filter: blur(30px);
|
| 855 |
+
|
| 856 |
+
.navbar-brand:hover {
|
| 857 |
+
text-decoration: none;
|
| 858 |
+
}
|
| 859 |
+
}
|
| 860 |
+
|
| 861 |
+
.dropdown-item:focus,
|
| 862 |
+
.dropdown-item:hover {
|
| 863 |
+
color: var(--bs-dropdown-link-hover-color);
|
| 864 |
+
background-color: var(--bs-dropdown-link-hover-bg);
|
| 865 |
+
}
|