add table styling

This commit is contained in:
sorata 2025-06-17 22:45:21 +05:30 committed by GitHub
parent 5cb191d624
commit bdad8bf7a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,17 @@ body.nightMode {
color: var(--fg);
}
table {
border-collapse: collapse;
margin: 1em;
}
th, td {
padding: 0.5em;
border: 1px solid;
border-color: vars.palette(darkgray, 0);
}
img {
max-width: 100%;
max-height: 95vh;