Skip to content

Commit 4da1b81

Browse files
committed
add important directives to steps
1 parent 37a9559 commit 4da1b81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/release-notes/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ const days = Object.entries(
9292
}
9393

9494
.sl-steps > li::before {
95-
content: "•";
96-
font-size: calc(var(--bullet-size) * 2);
97-
line-height: calc(var(--bullet-size) / 1.5);
98-
color: var(--sl-color-accent);
95+
content: "•" !important;
96+
font-size: calc(var(--bullet-size) * 2) !important;
97+
line-height: calc(var(--bullet-size) / 1.5) !important;
98+
color: var(--sl-color-accent) !important;
9999
}
100100
</style>

0 commit comments

Comments
 (0)