瀏覽代碼

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