mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-02-05 13:29:01 -06:00
SCSS Variable for default link color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user