summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index a9c2709..3168dbc 100644
--- a/style.scss
+++ b/style.scss
@@ -623,12 +623,13 @@ img {
}
table {
- background: #d5d5d5;
+ background: #211f26;
padding: 5px;
display: block;
width: max-content;
max-width: 100%;
overflow: auto;
+ border: 1px solid #535353;
}
table tr {
@@ -650,7 +651,7 @@ table tr th {
text-align: left;
margin: 0;
padding: 2px 6px;
- background: #d5d5d5;
+ background: #211f26;
}
.info table tr th