Skip to content

Commit

Permalink
Minor CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed May 3, 2024
1 parent 5383ef4 commit 1d350a9
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ body {
}

a {
color: hsl(90, 70%, 30%);
color: hsl(90, 100%, 23%);
}

b {
color: hsl(30, 85%, 40%);
color: hsl(30, 100%, 30%);
}

@media (prefers-color-scheme: dark) {
Expand All @@ -40,21 +40,11 @@ b {
}

main {
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto auto;
max-width: 80ch;
padding: 3ch;
margin: auto;
}

main > * {
grid-column: 1/3;
}

#output {
grid-row: 2;
}
#output p, #input-hint {
white-space: pre-wrap;
word-break: break-all;
Expand All @@ -64,7 +54,6 @@ main > * {
display: grid;
grid-template-columns: 2ch 1fr;
grid-template-rows: auto auto;
grid-row: 3;
}
#input p {
grid-column: 1/3;
Expand Down

0 comments on commit 1d350a9

Please sign in to comment.