fix(ui): fix button borders

This commit is contained in:
Łukasz Mierzwa
2022-07-26 14:35:11 +01:00
committed by Łukasz Mierzwa
parent e2fe17383b
commit ebffa28798
2 changed files with 26 additions and 0 deletions

View File

@@ -73,6 +73,9 @@ $table-accent-bg: transparent;
$card-cap-bg: inherit;
$kbd-color: $white;
$kbd-bg: $dark;
@import "./RebootlessBootstrap";
@import "bootswatch/dist/darkly/bootswatch";
@@ -112,3 +115,13 @@ $color-default: #708090;
a {
color: $link-color;
}
button.btn {
--bs-btn-active-border-color: transparent;
--bs-btn-hover-border-color: transparent;
}
kbd {
font-family: $font-family-monospace;
color: $white;
}

View File

@@ -57,6 +57,9 @@ $table-accent-bg: transparent;
$card-cap-bg: inherit;
$kbd-color: $white;
$kbd-bg: $dark;
@import "./RebootlessBootstrap";
@import "bootswatch/dist/flatly/bootswatch";
@@ -91,3 +94,13 @@ $color-default: #708090;
a {
color: $link-color;
}
button.btn {
--bs-btn-active-border-color: transparent;
--bs-btn-hover-border-color: transparent;
}
kbd {
font-family: $font-family-monospace;
color: $white;
}