Browse Source

Background to make it obvious that this is the archive

2xB 1 year ago
parent
commit
69055f4b16
1 changed files with 6 additions and 2 deletions
  1. 6 2
      viewer/archive/archiveviewer.css

+ 6 - 2
viewer/archive/archiveviewer.css

@@ -5,6 +5,7 @@ body {
   display: grid;
   grid-template-rows: auto 1fr auto;
   margin: 0;
+  background-color: #e7ffad;
 }
 
 /*
@@ -36,6 +37,9 @@ body div, body footer, body header {
 }
 
 .archive.content {
-    width: 100%;
-    hegiht: 100%;
+    width: 99.5%;
+    height: 100%;
+    border-width: 6px;
+    border-style: solid;
+    border-color: #c6ff4a;
 }