Add (basic implementation of) background for loading images

This commit is contained in:
Michaili K
2021-08-15 12:59:00 +02:00
parent 4abf98adcb
commit 1b4d1e73df
2 changed files with 10 additions and 0 deletions

View File

@@ -93,3 +93,7 @@
.image {
cursor: pointer;
}
.loading {
background: var(--background);
}