H3 is white.

This commit is contained in:
Bradley Shellnut 2022-07-08 15:55:33 -07:00
parent ea725c37ab
commit eff1d2e817

View file

@ -148,6 +148,10 @@
display: grid;
place-items: center;
gap: 1rem;
h3 {
color: white;
}
}
.background {