💄 fix table-css for blog

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-08-09 15:47:04 +02:00
parent 4b2b864b35
commit 66ecf20ace
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -97,9 +97,13 @@ p {
font-weight: 600; font-weight: 600;
} }
.blog table, th, td { .blog table {
border: 1px solid; border-collapse: collapse;
margin: 10px 0px; margin: 10px 0px;
}
.blog th, .blog td {
border: 1px solid;
} }
.blog a { color: var(--dark-link); font-weight: bolder;} .blog a { color: var(--dark-link); font-weight: bolder;}