Update the materialize mixins to accept a base colour (allows preventing transparency for things like nav-bars; closes #160)

This commit is contained in:
Oliver-Akins 2024-04-28 17:19:31 -06:00
parent 11d2a2a10f
commit 194068c22c
2 changed files with 24 additions and 5 deletions

View file

@ -5,7 +5,7 @@
--gap: 8px;
.nav-bar {
@include material.elevate(8);
@include material.elevate(8, $base: var(--surface));
position: absolute;
bottom: 0;
left: 0;