aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-12-11 19:19:47 +0000
committerMario <mario@mariovavti.com>2022-12-11 19:19:47 +0000
commitc5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc (patch)
tree79f2c33f51372a7212bdaa68673f69d2e2e4c511 /view/theme
parent1c17768dc5a4de21d8b431807fd184101c1d2c58 (diff)
downloadvolse-hubzilla-c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc.tar.gz
volse-hubzilla-c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc.tar.bz2
volse-hubzilla-c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc.zip
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 20309b709..9069500d9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -13,6 +13,7 @@
--bs-link-color: $link_colour;
--bs-link-hover-color: $link_hover_colour;
--bs-body-bg: $bgcolour;
+ --bs-highlight-bg: yellow;
}
.nav-tabs {
@@ -1790,11 +1791,6 @@ dl.bb-dl > dd > li {
opacity: 1;
}
-/* default highlighted text if not specified by schema: */
-span.default-highlight {
- background-color: yellow;
-}
-
.bootstrap-tagsinput {
width: 100%;
}