Merge remote-tracking branch 'origin/master'

This commit is contained in:
Leo
2021-11-10 16:56:48 -06:00
2 changed files with 2 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ $black: #000 !default;
$blue: #0d6efd !default; $blue: #0d6efd !default;
$indigo: #6610f2 !default; $indigo: #6610f2 !default;
$purple: hsl(261, 60%, 54%) !default; // Chosen #6f42c1 !default; $purple: hsl(265deg 60% 50%) !default; // Chosen #6f42c1 !default;
$pink: #d63384 !default; $pink: #d63384 !default;
$red: #da0000 !default; // Chosen $red: #da0000 !default; // Chosen
$orange: hsla(30, 100%, 50%, 1) !default; // Chosen, the Gold color from God $orange: hsla(30, 100%, 50%, 1) !default; // Chosen, the Gold color from God

View File

@@ -8,12 +8,7 @@
h2 { h2 {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
font-size: $font-size-base * 1.25; font-size: $font-size-base;
&.small {
font-size: $font-size-base * 1.5;
font-variant: all-small-caps;
}
} }
.nav-link { .nav-link {