From 27616aff3eaa1fb8baecfcfec1f0542473d1fb36 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 15 Feb 2022 18:57:05 +0100 Subject: Added lightbox --- src/_utils.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/_utils.scss') diff --git a/src/_utils.scss b/src/_utils.scss index 89aabd2..69885ba 100644 --- a/src/_utils.scss +++ b/src/_utils.scss @@ -34,6 +34,11 @@ $dirs: ( position: relative; } +@include iro.bem-utility('themed') { + background-color: fn.global-color(--bg); + color: fn.global-color(--fg); +} + @each $dir, $suffix in $dirs { @include iro.bem-utility('m#{$dir}-auto') { margin#{$suffix}: auto; -- cgit v1.2.3-54-g00ecf