Merge branch 'feature/darkmode'

# Conflicts:
#	server/notification.js
pull/154/head^2
Philipp Dormann 3 years ago
commit 543b2b76cf
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

@ -69,3 +69,9 @@ a,
border-radius: 1rem;
backdrop-filter: blur(3px);
}
@media (prefers-color-scheme: dark) {
a:hover {
color: #7ce8a4;
}
}

Loading…
Cancel
Save