More updates

This commit is contained in:
2024-07-12 23:35:29 -04:00
parent c10125b41d
commit ef9b937d2e
36 changed files with 1311 additions and 12020 deletions

View File

@@ -22,7 +22,7 @@
<pre class="language-sass" data-tab="scss">//- DS2 core (c) 2024 Alexander McIlwraith
//- Licensed under CC BY-SA 4.0
$header-bg-color: var(--color-grey-xl) !default;
$header-bg-color: var(--colour-grey-xxl) !default;
$font-heading: sans-serif !default;
$font-weight: 700 !default;
@@ -97,7 +97,7 @@ header svg text {
font-size: 10rem;
font-weight: 1000;
font-family: sans-serif;
fill: var(--color-grey-xl);
fill: var(--colour-grey-xxl);
}
header > div {
-ms-grid-row: 2;