瀏覽代碼

changed color of icon in highlighted header

sou 8 年之前
父節點
當前提交
426fe604d1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      resource/styles/agile-admin/inverse/colors/mono-blue.scss

+ 4 - 0
resource/styles/agile-admin/inverse/colors/mono-blue.scss

@@ -33,5 +33,9 @@ $inline-code-bg: lighten($subthemecolor,70%);
   .code-line.revision-head.highlighted {
     background-color: lighten($themecolor,20%);
     color: $themelight;
+
+    .icon-note, .icon-link {
+      color: $themelight;
+    }
   }
 }