We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a9559 commit 4da1b81Copy full SHA for 4da1b81
src/pages/release-notes/index.astro
@@ -92,9 +92,9 @@ const days = Object.entries(
92
}
93
94
.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);
+ content: "•" !important;
+ font-size: calc(var(--bullet-size) * 2) !important;
+ line-height: calc(var(--bullet-size) / 1.5) !important;
+ color: var(--sl-color-accent) !important;
99
100
</style>
0 commit comments