diff --git a/melpomene.css b/melpomene.css index daf6044..0e0f008 100644 --- a/melpomene.css +++ b/melpomene.css @@ -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;