Skip to content

Commit

Permalink
Improve table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
weiland committed Aug 15, 2023
1 parent 8cbb27c commit ae08051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Overview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
overflow-x: scroll;
position: relative;
}
td {
padding: 0.5rem;;
border-bottom: 2px solid var(--cm-orange);
}
a,
a:visited {
color: var(--cm-blue);
Expand Down

0 comments on commit ae08051

Please sign in to comment.