소스 검색

apply color

itizawa 6 년 전
부모
커밋
e5f9f7ea59
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/client/styles/scss/_override-rbt.scss

+ 7 - 0
src/client/styles/scss/_override-rbt.scss

@@ -22,6 +22,13 @@
     font-weight: 700;
     background-color: inherit;
   }
+  a.active,
+  a:active {
+    background-color: #175fa5;
+    .rbt-highlight-text {
+      color: white;
+    }
+  }
 }
 
 .rbt-input {