Skip to content

Commit

Permalink
Font for table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 9, 2021
1 parent 60cb576 commit 6699036
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/showcase/styles/app/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@
td {
padding: 1rem;
border-bottom: 1px solid var(--surface-d);

&:first-child {
font-family: "Courier New", monospace;
font-weight: bold;
color: var(--text-color-secondary);
}
}
}
}
Expand Down

0 comments on commit 6699036

Please sign in to comment.