This is easy to include everywhere we need it
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
// Custom stuff
@import '_icons';
+// Makes everything white with dark text on it
+.inverse {
+ background-color: $body-color;
+ color: $body-bg;
+}
+
body {
// For scrollspy
position: relative;
}
.card {
- color: $dark;
+ @extend .inverse;
.card-body {
h1, h2, h3, h4, h5, h6 {
.navbar {
&.scrolled {
- background-color: white;
+ @extend .inverse;
transition: background-color 200ms linear;
}