mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-04 20:32:35 +02:00
Merge branch 'feature/darkmode'
# Conflicts: # server/notification.js
This commit is contained in:
commit
543b2b76cf
1 changed files with 6 additions and 0 deletions
|
@ -69,3 +69,9 @@ a,
|
|||
border-radius: 1rem;
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
a:hover {
|
||||
color: #7ce8a4;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue