Add dark mode transition

This commit is contained in:
RobinLinus 2020-12-22 20:35:46 +01:00
parent 4949338669
commit 585a3d02fd
1 changed files with 1 additions and 0 deletions

View File

@ -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 {