Reduce white glow

This commit is contained in:
Devon Campbell 2022-11-29 20:00:06 -08:00
commit faec293618

View file

@ -240,7 +240,7 @@ p:first-of-type {
.glow {
border: none;
box-shadow: 0 0 8px #fff, 0 0 20px 10px var(--accent);
box-shadow: 0 0 5px #fff, 0 0 20px 10px var(--accent);
}
.bg {