Forráskód Böngészése

tweak menu hover styles

Jerry Liao 2 éve
szülő
commit
2ad18a832b
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      dark-theme.css

+ 4 - 1
dark-theme.css

@@ -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]),