Automatically fetch extra styles

This commit is contained in:
C. Lente 2023-02-13 17:59:27 -03:00
parent 15a1e63122
commit d6592fd409
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
2 changed files with 14 additions and 0 deletions

View file

@ -60,6 +60,15 @@ table {
width: 100%;
}
table,
th,
td {
border: 1px solid;
border-collapse: collapse;
border-color: #c9d1d9;
padding: 5px;
}
img {
max-width: 100%;
}