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 b98e126 commit 248869dCopy full SHA for 248869d
_sass/styles.scss
@@ -357,3 +357,15 @@ table tr:nth-child(2n) {
357
.text-muted {
358
color: var(--footer-text-col) !important;
359
}
360
+
361
+/* Theme-aware outline button: dark border/text in light mode, light in dark mode */
362
+.btn-outline-theme {
363
+ --bs-btn-color: var(--text-col);
364
+ --bs-btn-border-color: var(--text-col);
365
+ --bs-btn-hover-color: var(--page-col);
366
+ --bs-btn-hover-bg: var(--text-col);
367
+ --bs-btn-hover-border-color: var(--text-col);
368
+ --bs-btn-active-color: var(--page-col);
369
+ --bs-btn-active-bg: var(--text-col);
370
+ --bs-btn-active-border-color: var(--text-col);
371
+}
0 commit comments