Fix lists on pages

This commit is contained in:
Alex 2026-06-10 14:00:25 -07:00
parent 1b9cfe6587
commit 5e99686b5c
4 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,11 @@
@use '../shared/colors' as colors;
.page {
.text {
ul, ol {
li {
color: colors.$primaryWhite;
}
}
}
}