fixed illustration

This commit is contained in:
Fedor Katurov 2022-11-10 12:49:57 +06:00
parent bf74240684
commit aae9af8e62
6 changed files with 584 additions and 91 deletions

View file

@ -25,3 +25,9 @@
}
}
}
@mixin light_theme {
:root.light {
@content;
}
}