Parcourir la source

Fix: link clearify

Sotaro KARASAWA il y a 9 ans
Parent
commit
7ae60337cc
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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;