All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
I added the rel=me to the Mastodon link for verification I added profile pics but haven't actually used them on the pages anywhere I pulled in a lot of the CSS from the template so I could start to modify it
15 lines
207 B
SCSS
15 lines
207 B
SCSS
table {
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table th {
|
|
padding: 6px 13px;
|
|
border: 1px solid #dfe2e5;
|
|
font-size: large;
|
|
}
|
|
|
|
table td {
|
|
padding: 6px 13px;
|
|
border: 1px solid #dfe2e5;
|
|
} |