Change: New table look for better readability

This commit is contained in:
Aroy-Art 2022-05-09 19:46:16 +02:00
parent 5e95ec8a4d
commit eb62eb693c
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -131,18 +131,27 @@ blockquote {
}
table {
width: 100%;
border: 1px solid #750cf2;
border-collapse: collapse;
background-color: #0f1e31;
}
table, tr:nth-of-type(odd) {
background: #020120;
}
table, td {
border: 1px solid #750cf2;
padding: 10px;
border-width: 0 1px 0 1px;
border-style: dashed;
}
table, th {
border: 1px solid #750cf2;
background: #040b2e;
}
table, td, th {
padding: 6px;
}
.hidden {