Skip to content

Commit

Permalink
style(Stats View): 💄 collapse table borders
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Aug 16, 2021
1 parent 3d5b9ae commit ea53b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Stats.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
</table> -->
<style>
table {
border-collapse: collapse;
}
td:first-child {
Expand All @@ -244,7 +245,7 @@
td,
th {
padding: 3px;
border: 1px solid var(--text-accent);
border: 1px solid var(--background-modifier-border);
white-space: pre-line;
}
Expand Down

0 comments on commit ea53b8c

Please sign in to comment.