Update defaults to use colours rather than colour vars.

This commit is contained in:
A McIlwraith 2024-07-14 19:20:54 -04:00
parent 7b965d18f7
commit 7b935d1a85

View File

@ -1,9 +1,9 @@
// DS2 core (c) 2024 Alexander McIlwraith // DS2 core (c) 2024 Alexander McIlwraith
// Licensed under CC BY-SA 4.0 // Licensed under CC BY-SA 4.0
$tab-border: var(--colour-grey) !default; $tab-border: #7f7f7f !default;
$tab-selected: var(--colour-white) !default; $tab-selected: #FFF !default;
$tab-notselected: var(--colour-grey-xxl) !default; $tab-notselected: #f0f0f0 !default;
@mixin tabs { @mixin tabs {
tabset, .tab-group { tabset, .tab-group {