Prevent external CSS img interferences

Closes #10
This commit is contained in:
caribaud 2023-05-27 15:58:42 +02:00
parent 350dd4bb0e
commit 81be7d477b
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
background-color: black;
}
/* Reset images style to avoid external CSS interfering */
#melpomene img {
all: initial;
}
#melpomene-content-frame {
position: relative;
flex: 1;