theme: give tables more contrast #64

This commit is contained in:
Sören Weber 2021-08-27 22:20:05 +02:00
parent 4874c19bcc
commit 2f0c8e091d
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -666,19 +666,19 @@ hr {
white-space: pre-wrap; white-space: pre-wrap;
} }
table { table {
border: 1px solid #eaeaea; border: 1px solid #ccc;
margin-bottom: 1rem; margin-bottom: 1rem;
margin-top: 1rem; margin-top: 1rem;
table-layout: auto; table-layout: auto;
} }
th, thead td { th, thead td {
background: #f7f7f7; background: #eaeaea;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
color-adjust: exact; color-adjust: exact;
padding: 0.5rem; padding: 0.5rem;
} }
td { td {
border: 1px solid #eaeaea; border: 1px solid #ccc;
padding: 0.5rem; padding: 0.5rem;
} }
.button { .button {