mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix kbd style
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f450ad3f91
commit
ccb2fa9d9e
@@ -12,6 +12,10 @@
|
||||
{
|
||||
"matchPackagePatterns": ["bootstrap", "bootswatch"],
|
||||
"groupName": "bootstrap"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["npm"],
|
||||
"stabilityDays": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user