Skip to content

Commit

Permalink
adjusting color overrides to match marker css
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 19, 2024
1 parent 9397743 commit 48d5f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ export default defineComponent({
.BlockText {
ul {
li {
&::before {
@apply bg-secondary;
&::marker {
@apply text-secondary;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ const { data } = reactive(props)
.BlockText {
ul {
li {
&::before {
@apply bg-secondary;
&::marker {
@apply text-secondary;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ const computedClass = computed((): string => {
.BlockText {
ul {
li {
&::before {
&::marker {
// intentionally using a specific red
@apply bg-jpl-red;
@apply text-jpl-red;
}
}
}
Expand Down

0 comments on commit 48d5f94

Please sign in to comment.