chore: make text more visible by dimming bg
parent
58e46af244
commit
1291b00d2f
|
@ -111,6 +111,7 @@ main {
|
|||
padding: 1rem;
|
||||
grid-area: content;
|
||||
justify-self: center;
|
||||
background: hsla(0, 0%, 10%, 0.6);
|
||||
}
|
||||
|
||||
main :first-child {
|
||||
|
|
Loading…
Reference in New Issue