소스 검색

UI: fix description link style.

- apply underline
- change text color on hover
kamijin-fanta 8 년 전
부모
커밋
e564e94c94
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      client/components/main/layouts.styl

+ 5 - 0
client/components/main/layouts.styl

@@ -351,6 +351,11 @@ a
     background: darken(white, 13%)
     overflow-y: auto
 
+  a
+    text-decoration: underline
+    &:hover
+      color: #333
+
 .basicTabs-container .tabs-content-container
   padding: 0
   padding-top: 15px