about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index a2972e6..e2b999f 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -31,6 +31,13 @@ h1 {
     height: 150px;
 }
 
+#Counter {
+    color: lightgrey;
+    background-color: black;
+    font-size: large;
+    padding: 3px;
+}
+
 h2 > svg {
     position: relative;
     top: 8px;