config-mode-theme-funkfeuer: add .gluon-warning class

This commit is contained in:
Maciej Krüger 2021-12-19 10:16:00 +01:00 committed by Alexander List
parent 2ee2015e80
commit 2dc780f9d6
2 changed files with 9 additions and 2 deletions

View File

@ -13,7 +13,9 @@
/*
Based on the CI from https://download.funkfeuer.at/misc/Funkfeuer-CI/VIguide_FUNKFEUER_last.pdf
Currently only change is colors
Changes:
- colors adjusted to funkfeuer theme
- gluon-warning class
*/
@charset "utf-8";
@ -557,3 +559,8 @@ textarea {
margin-bottom: 0.5em;
padding: 0.5em
}
.gluon-warning {
@extend .gluon-section-descr;
background: lighten($ffyellow, 35);
}