🚧 WIP on darkmode 🌑

This commit is contained in:
Philipp Dormann
2021-07-12 00:26:33 +02:00
parent e568cad22c
commit 673d3c124c
8 changed files with 69 additions and 24 deletions

View File

@@ -115,7 +115,7 @@ export default {
display: block;
text-decoration: none;
padding: 15px 15px 12px 15px;
border-radius: 10px;
border-radius: .25rem;
transition: all ease-in-out 0.15s;
&.disabled {
@@ -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 {