mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Add dark mode transition
This commit is contained in:
parent
4949338669
commit
585a3d02fd
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue