Browse Source
Merge branch 'feature/darkmode'
# Conflicts:
# server/notification.js
remotes/philippdormann/feature/gotify
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
6 additions and
0 deletions
-
src/assets/app.scss
|
|
@ -69,3 +69,9 @@ a, |
|
|
|
border-radius: 1rem; |
|
|
|
backdrop-filter: blur(3px); |
|
|
|
} |
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) { |
|
|
|
a:hover { |
|
|
|
color: #7ce8a4; |
|
|
|
} |
|
|
|
} |
|
|
|