Skip to content

Commit

Permalink
update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
necropola committed Jan 8, 2024
1 parent cf2126d commit 39e72e3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,19 @@ h1, h2, h3, h4, h5, h6 {

table {
margin: .75rem 0 .75rem 0;
border-collapse: collapse;
border: 0;
border-collapse: collapse;
}

th {
th, td {
vertical-align: middle;
padding: .25rem;
border: 0;
border-bottom: 1px solid var(--border);
}

th {
font-weight: bold;
color: inherit;
background: inherit;
}

td {
padding: .25rem;
border: 0;
border-bottom: 1px solid var(--border);
}

0 comments on commit 39e72e3

Please sign in to comment.