- dark mode

This commit is contained in:
Peter Papp
2021-04-06 07:23:43 +02:00
parent 2ca4d4a02d
commit e0daa46b50
12 changed files with 280 additions and 588 deletions
@@ -460,4 +460,27 @@
}
}
}
@media (prefers-color-scheme: dark) {
.oasis-pricing {
.main-title-sm {
color: white;
}
}
.pricing-box {
.box {
background: darken($theme-bg-dark, 5%);
.pricing-data,
.pricing-name,
.pricing-description,
.pricing-vat {
color: white;
}
}
}
}
</style>