Skip to content

Commit

Permalink
Fix border on gist
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed May 21, 2023
1 parent 2cfb4e7 commit 856fdaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ header h1 img {
padding: 0.2rem 0.4rem;
}

.content .gist table td {
border: initial;
}

.content table th {
background: var(--secondary-hover);
}
Expand All @@ -164,7 +168,7 @@ img {

.chroma table.lntable {
display: block;

}

.chroma .lntable .lntd:last-of-type {
Expand Down

0 comments on commit 856fdaa

Please sign in to comment.