mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-15 23:20:11 -07:00
Add dark mode transition
This commit is contained in:
parent
4949338669
commit
585a3d02fd
@ -702,6 +702,7 @@ body.dark-theme {
|
||||
body {
|
||||
color: var(--text-color);
|
||||
background-color: var(--bg-color);
|
||||
transition: background-color 0.5s ease;
|
||||
}
|
||||
|
||||
x-dialog x-paper {
|
||||
|
Loading…
x
Reference in New Issue
Block a user