Skip to content

Commit

Permalink
Update dark mode and align table text
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 1, 2024
1 parent cc4c850 commit 2690136
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/play.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@
--color-fg-muted: #8b949e;
--color-fg-subtle: #484f58;
--color-canvas-default: #0d1117;
--color-canvas-subtle: #161b22;
--color-canvas-subtle: #24292f;
--color-canvas-muted: #161c1c;
--color-border-default: #30363d;
--color-border-muted: #21262d;
--color-neutral-muted: rgba(110,118,129,0.4);
--color-accent-fg: #58a6ff;
--color-strong-fg: #118a7e;
--color-accent-emphasis: #1f6feb;
--color-attention-subtle: rgba(187,128,9,0.15);
--color-danger-fg: #f85149;
--color-input-bg: #ccc;
--color-button-lite: #666;
--color-button-lite-hover: #161c1c;
--color-input-bg: #555;
}
}

Expand Down Expand Up @@ -154,6 +158,7 @@ body h6 {
}

body h2 {
color: var(--color-strong-fg);
font-weight: 400;
padding-bottom: .3em;
font-size: 1.5em;
Expand Down Expand Up @@ -393,6 +398,10 @@ body thead th {
font-weight: bold;
}

td, th {
vertical-align:top;
}

body tbody td {
border-bottom: 1px solid var(--color-border-default);
padding: .25rem;
Expand Down

0 comments on commit 2690136

Please sign in to comment.