Merge branch 'master' of philippdormann/uptime-kuma into philippdormann/uptime-kuma->feature/darkmode

darkmode based on css variables. ref https://github.com/louislam/uptime-kuma/issues/21
This commit is contained in:
Philipp Dormann
2021-07-12 22:21:19 +02:00
7 changed files with 87 additions and 21 deletions

View File

@@ -129,17 +129,19 @@ export default {
}
&:hover {
background-color: $highlight-white;
color: var(--main-font-color);
background-color: var(--background-4);
}
&.active {
background-color: #cdf8f4;
background-color: var(--background-secondary);
}
}
}
.badge {
min-width: 58px;
color: #0a0a0a;
}
.small-padding {