소스 검색

tweak menu hover styles

Jerry Liao 2 년 전
부모
커밋
2ad18a832b
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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]),