chore: make text more visible by dimming bg

main
CrimsonTome 2022-12-26 13:38:41 +00:00 committed by Rowan Clark
parent 58e46af244
commit 1291b00d2f
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ main {
padding: 1rem;
grid-area: content;
justify-self: center;
background: hsla(0, 0%, 10%, 0.6);
}
main :first-child {