aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-12-29 18:45:03 +0000
committerMario <mario@mariovavti.com>2021-12-29 18:45:03 +0000
commit4636e56395e5239ddbf1bbe03355dda73108215a (patch)
tree45638f8754fa2ede021a34881f4586e7343a6778 /view/theme
parent27ebeffad41e39dda80159bc27605f5f247174c9 (diff)
downloadvolse-hubzilla-4636e56395e5239ddbf1bbe03355dda73108215a.tar.gz
volse-hubzilla-4636e56395e5239ddbf1bbe03355dda73108215a.tar.bz2
volse-hubzilla-4636e56395e5239ddbf1bbe03355dda73108215a.zip
minor theme fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css3
-rw-r--r--view/theme/redbasic/php/style.php2
2 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 542940404..cea9b8ae5 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -397,7 +397,6 @@ footer {
.fn {
font-weight: bold;
font-size: 1rem;
- color: #444444;
}
.vcard-card {
@@ -1671,7 +1670,7 @@ dl.bb-dl > dd > li {
.onoffswitch.checkbox > div > input:checked + label .onoffswitch-switch {
right: 0px;
- background-color: #0275d8;
+ background-color: $link_colour;
}
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 9b8ac455a..9cb835ec6 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -75,7 +75,7 @@ if ((!$schema) || ($schema == '---')) {
if (! $nav_bg)
$nav_bg = '#343a40';
if (! $nav_icon_colour)
- $nav_icon_colour = 'rgba(255, 255, 255, 0.5)';
+ $nav_icon_colour = 'rgba(255, 255, 255, 0.55)';
if (! $nav_active_icon_colour)
$nav_active_icon_colour = 'rgba(255, 255, 255, 0.75)';
if (! $link_colour)