Merge pull request #126 from jedmund/gridrep-color

Change raid color in GridRep
This commit is contained in:
Justin Edmund 2023-01-03 19:53:43 -08:00 committed by GitHub
commit 9978a56f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@
}
.raid {
color: var(--text-primary);
margin-bottom: calc($unit / 2);
}