|
|
@@ -66,6 +66,9 @@ hr {
|
|
|
background-color: #1d1f21;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+.ui.secondary.menu .active.item:hover {
|
|
|
+ background-color: #1d1f21 !important;
|
|
|
+}
|
|
|
.ui.menu .item {
|
|
|
color: #e0e0e0;
|
|
|
}
|
|
|
@@ -191,7 +194,7 @@ h2 a.anchor .octicon.octicon-link {
|
|
|
}
|
|
|
.ui.menu .active.item:hover,
|
|
|
.ui.vertical.menu .active.item:hover {
|
|
|
- background-color: #373b41;
|
|
|
+ background-color: #282a2e;
|
|
|
color: #e0e0e0;
|
|
|
}
|
|
|
.ui.form input:not([type]),
|