Skip to content

Commit

Permalink
fix: marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Mar 8, 2024
1 parent 07ea2f5 commit 16ace3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@include button-outline-variant($subsite-tertiary);
}
// simple list bullet color
.simple-list-template ul li {
color: $subsite-link-color;
.simple-list-template ul li::marker {
color: $subsite-tertiary;
}
}

0 comments on commit 16ace3f

Please sign in to comment.