Explorar el Código

change .badge-primary to .badge

kaoritokashiki hace 6 años
padre
commit
1bf659ba2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.