diff --git a/renovate.json b/renovate.json index 2bd0882a8..a27ad5e38 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,10 @@ { "matchPackagePatterns": ["bootstrap", "bootswatch"], "groupName": "bootstrap" + }, + { + "matchDatasources": ["npm"], + "stabilityDays": 2 } ] } diff --git a/ui/src/Styles/DarkTheme.scss b/ui/src/Styles/DarkTheme.scss index 3209855a1..a75044ac2 100644 --- a/ui/src/Styles/DarkTheme.scss +++ b/ui/src/Styles/DarkTheme.scss @@ -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; -} \ No newline at end of file diff --git a/ui/src/Styles/LightTheme.scss b/ui/src/Styles/LightTheme.scss index 2f02e3f39..6debed0b9 100644 --- a/ui/src/Styles/LightTheme.scss +++ b/ui/src/Styles/LightTheme.scss @@ -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; -} \ No newline at end of file