Fix list color on pages
This commit is contained in:
parent
85c517dcd6
commit
27972a47ba
3 changed files with 12 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
@use '../shared/colors';
|
||||
|
||||
.posts {
|
||||
.posts,
|
||||
.page {
|
||||
.list {
|
||||
ul {
|
||||
list-style: none;
|
||||
|
|
@ -8,6 +9,7 @@
|
|||
|
||||
li {
|
||||
padding: 1rem 0;
|
||||
color: colors.$primaryWhite;
|
||||
|
||||
a {
|
||||
color: colors.$primaryWhite;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue