Skip to content

Commit 151a2fc

Browse files
committed
style: update css styles for image carousel
Signed-off-by: Akshay Mestry <[email protected]>
1 parent 1adb067 commit 151a2fc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

theme/base/static/smart.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--input: 0 0% 92%;
1414
--light-accent: 0, 0%, 96%;
1515
--link: 216.35, 100%, 47%;
16-
--radius: 6px;
16+
--radius: 12px;
1717
--code-background: 0, 0%, 100%;
1818
--pre-shadow: 0, 0%, 83.92%;
1919
--highlight: 209.55 100% 94%;
@@ -497,3 +497,20 @@ i {
497497
.DocSearch-Commands {
498498
display: none
499499
}
500+
501+
.scbs-carousel-indicators [data-bs-target] {
502+
box-sizing: border-box !important;
503+
width: 10px !important;
504+
height: 10px !important;
505+
margin: auto 8px !important;
506+
background-color: hsl(var(--accent-foreground)) !important;
507+
border-top: none !important;
508+
border-bottom: none !important;
509+
transition: none !important;
510+
border-radius: 100% !important
511+
}
512+
513+
.scbs-carousel-caption {
514+
display: none !important;
515+
font-size: 0 !important;
516+
}

0 commit comments

Comments
 (0)