Skip to content
Snippets Groups Projects

feat(Bootstrap): Remove color variable settings in _reboot.scss

All threads resolved!
2 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -2,3 +2,9 @@ h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
@apply gl-text-heading;
}
// Setting colors on real anchors with an href,
// but not on placeholder links/named anchors (without href).
a:is([href]) {
@apply gl-text-link gl-no-underline hover:gl-text-link hover:gl-underline;
}
Loading