|
@@ -18,11 +18,22 @@ h4 {
|
|
|
color: #0b2e13;
|
|
|
}
|
|
|
|
|
|
-/* Navigation bar */
|
|
|
+/* Navigation bar bigger title */
|
|
|
.navbar-brand {
|
|
|
font-size: 2em;
|
|
|
}
|
|
|
|
|
|
+/* Dropdown acive color */
|
|
|
+.dropdown-item.active {
|
|
|
+ background-color: #28a745;
|
|
|
+ border-color: #28a745;
|
|
|
+}
|
|
|
+.dropdown-item:active {
|
|
|
+ background-color: rgb(70, 197, 99);
|
|
|
+ border-color: rgb(40, 167, 69);
|
|
|
+}
|
|
|
+
|
|
|
+/* Expand button */
|
|
|
@keyframes pop-menu-anim {
|
|
|
from {background-color: rgb(230, 255, 230);
|
|
|
transform: rotate(90deg);}
|