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