Explorar o código

Fix: link clearify

Sotaro KARASAWA %!s(int64=9) %!d(string=hai) anos
pai
achega
7ae60337cc
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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;