diff --git a/src/rupload/app.py b/src/rupload/app.py
index f45689a..27b2489 100644
--- a/src/rupload/app.py
+++ b/src/rupload/app.py
@@ -57,7 +57,10 @@ UPLOAD_PAGE = """
width: 100%;
max-width: 500px;
}
+ .container-images {
+ filter: invert(1);
+ }
h1 {
font-size: 24px;
margin-bottom: 20px;
@@ -133,7 +136,7 @@ UPLOAD_PAGE = """
Click here to see uploaded files (non-image) at the bottom of this page.