- 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

View File

@@ -296,4 +296,19 @@
margin-bottom: 120px;
}
}
@media (prefers-color-scheme: dark) {
.oasis-header {
background: darken($theme-bg-dark, 10%);
.main-title {
color: white;
}
}
.cloud {
opacity: 0.03;
}
}
</style>