SCSS Variable for default link color

This commit is contained in:
Jordan Stremming
2019-03-23 18:13:28 -05:00
parent f4b9a2b5d7
commit d21980e416

View File

@@ -5,6 +5,8 @@ $theme-colors: (
"white": #FFFFFF
);
$link-color: #660000;
@import "../bootswatch-master/sandstone/variables";
@import "../bootstrap-4.2.1/scss/bootstrap";
@import "../bootswatch-master/sandstone/bootswatch";
@@ -14,13 +16,11 @@ $theme-colors: (
background-color: map_get($theme-colors, "primary") !important;
}
a {
@extend .text-primary
}
// responsive font
@include media-breakpoint-down(sm) {
html{font-size: 14px;}
html {
font-size: 14px;
}
}
// theming