Skip to content

Commit

Permalink
CSS: specific window.background (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 18, 2024
1 parent e484ada commit 644f68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/

.background {
window.background {
opacity: 0;
transition: opacity 1s ease;
}

.background.initialized {
window.background.initialized {
opacity: 1;
}

Expand Down

0 comments on commit 644f68a

Please sign in to comment.