Sotaro KARASAWA 9 лет назад
Родитель
Сommit
7ae60337cc
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      resource/css/_wiki.scss

+ 10 - 0
resource/css/_wiki.scss

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