فهرست منبع

fix colors of link in alert

Yuki Takei 5 سال پیش
والد
کامیت
f74a7d1138
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/client/styles/scss/theme/_apply-colors.scss

+ 3 - 3
src/client/styles/scss/theme/_apply-colors.scss

@@ -63,9 +63,9 @@ pre:not(.hljs):not(.CodeMirror-line) {
 
 
 // Alert link
 // Alert link
 @each $color, $value in $theme-colors {
 @each $color, $value in $theme-colors {
-  .alert-#{$color} {
-    .alert-link,
-    .alert-link:hover {
+  .alert.alert-#{$color} {
+    a,
+    a:hover {
       color: theme-color-level($color, $alert-color-level - 2);
       color: theme-color-level($color, $alert-color-level - 2);
     }
     }
   }
   }