Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Add styles for table
Browse files Browse the repository at this point in the history
  • Loading branch information
otoyo committed Jan 10, 2022
1 parent e86177b commit 0ee49ba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/styles/global.css
Expand Up @@ -320,6 +320,28 @@ code {
font-family: var(--font-mono);
}

table {
color: #222;
border-collapse: collapse;
}

table tr {
vertical-align: middle;
}

table th {
font-weight: 600;
background-color: #f4f4f4;
}

table td,
table th {
font-size: 0.75em;
border: 1px solid #e4e4e4;
padding: 0.5em 1em;
line-height: 1.2em;
}

.slice {
position: relative;
}
Expand Down

0 comments on commit 0ee49ba

Please sign in to comment.