瀏覽代碼

change .badge-primary to .badge

kaoritokashiki 6 年之前
父節點
當前提交
1bf659ba2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

+ 1 - 1
src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

@@ -190,7 +190,7 @@ body {
 //
 
 a {
-  :not(.badge-primary) {
+  :not(.badge) {
     color: $link-color;
     // text-decoration: $link-decoration;
     background-color: transparent; // Remove the gray background on active links in IE 10.