mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
- dark mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user