Browse Source

Fix: link clearify

Sotaro KARASAWA 9 years ago
parent
commit
7ae60337cc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      resource/css/_wiki.scss

+ 10 - 0
resource/css/_wiki.scss

@@ -97,6 +97,16 @@ div.body {
     font-size: .9em;
   }
 
+  a {
+    text-decoration: underline;
+    color: lighten($brand-primary, 10%);
+
+    &:hover {
+      text-decoration: none;
+      color: lighten($brand-primary, 20%);
+    }
+  }
+
   pre {
     line-height: 1.4em;
     font-size: .9em;