Skip to content

Commit 190f688

Browse files
committed
remove unused
1 parent 785a8cb commit 190f688

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

site/src/layouts/ExamplesLayout.astro

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,6 @@ const htmlProps: HTMLAttributes<'html'> = direction === 'rtl' ? { lang: 'ar', di
8989
-webkit-overflow-scrolling: touch;
9090
}
9191

92-
.btn-bd-primary {
93-
--bd-violet-bg: #712cf9;
94-
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
95-
96-
--bs-btn-font-weight: 600;
97-
--bs-btn-color: var(--bs-white);
98-
--bs-btn-bg: var(--bd-violet-bg);
99-
--bs-btn-border-color: var(--bd-violet-bg);
100-
--bs-btn-hover-color: var(--bs-white);
101-
--bs-btn-hover-bg: #6528e0;
102-
--bs-btn-hover-border-color: #6528e0;
103-
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
104-
--bs-btn-active-color: var(--bs-btn-hover-color);
105-
--bs-btn-active-bg: #5a23c8;
106-
--bs-btn-active-border-color: #5a23c8;
107-
}
108-
10992
.bd-mode-toggle {
11093
z-index: 1500;
11194
}

0 commit comments

Comments
 (0)