We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d627517 commit 20818f9Copy full SHA for 20818f9
1 file changed
src/scss/theme.scss
@@ -342,7 +342,7 @@ select {
342
}
343
344
345
-.wt-footer-powered-by-webtrees{
+.wt-footer-powered-by-webtrees {
346
content: url("../img/webtrees.svg");
347
348
@@ -450,6 +450,13 @@ select {
450
margin-right: 0.5rem;
451
452
453
+.btn-outline-secondary {
454
+ --#{$prefix}btn-color: var(--#{$prefix}gray-700);
455
+ --#{$prefix}btn-hover-color: var(--#{$prefix}gray-700);
456
+ --#{$prefix}btn-active-color: var(--#{$prefix}gray-700);
457
+ --#{$prefix}btn-disabled-color: var(--#{$prefix}gray-700);
458
+}
459
+
460
// Fix Webtrees overriding link colors
461
a:hover,
462
.btn-link:hover,
0 commit comments