fix(ui): fix kbd style

This commit is contained in:
Łukasz Mierzwa
2022-09-19 11:13:07 +01:00
committed by Łukasz Mierzwa
parent f450ad3f91
commit ccb2fa9d9e
3 changed files with 4 additions and 16 deletions

View File

@@ -12,6 +12,10 @@
{
"matchPackagePatterns": ["bootstrap", "bootswatch"],
"groupName": "bootstrap"
},
{
"matchDatasources": ["npm"],
"stabilityDays": 2
}
]
}

View File

@@ -73,9 +73,6 @@ $table-accent-bg: transparent;
$card-cap-bg: inherit;
$kbd-color: $white;
$kbd-bg: $dark;
@import "./RebootlessBootstrap";
@import "bootswatch/dist/darkly/bootswatch";
@@ -120,8 +117,3 @@ 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,9 +57,6 @@ $table-accent-bg: transparent;
$card-cap-bg: inherit;
$kbd-color: $white;
$kbd-bg: $dark;
@import "./RebootlessBootstrap";
@import "bootswatch/dist/flatly/bootswatch";
@@ -99,8 +96,3 @@ button.btn {
--bs-btn-active-border-color: transparent;
--bs-btn-hover-border-color: transparent;
}
kbd {
font-family: $font-family-monospace;
color: $white;
}