mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
H3 is white.
This commit is contained in:
parent
ea725c37ab
commit
eff1d2e817
1 changed files with 4 additions and 0 deletions
|
|
@ -148,6 +148,10 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue