aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/stylesheets/style.css')
-rw-r--r--static/stylesheets/style.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css
index 27b9ae7..4c32ae3 100644
--- a/static/stylesheets/style.css
+++ b/static/stylesheets/style.css
@@ -140,6 +140,36 @@ img, figcaption {
opacity: .2;
}
+.overflow-box {
+ overflow: scroll;
+}
+
+table {
+ border-collapse: collapse;
+}
+
+tr:nth-child(even) {
+ background: #252525;
+}
+
+th {
+ background: #333;
+ border-right: 1.5px solid #222;
+ padding: .25em;
+}
+
+td:not(.img) {
+ padding-inline: .75ex;
+}
+
+td:not(:last-child) {
+ border-right: 1.5px solid #2b2b2b;
+}
+
+td.img {
+ border: none;
+}
+
@media (max-width: 1000px) {
header {
grid-template-columns: auto auto;