diff options
author | Mario <mario@mariovavti.com> | 2021-12-29 18:45:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-12-29 18:45:03 +0000 |
commit | 4636e56395e5239ddbf1bbe03355dda73108215a (patch) | |
tree | 45638f8754fa2ede021a34881f4586e7343a6778 /view/theme/redbasic/css | |
parent | 27ebeffad41e39dda80159bc27605f5f247174c9 (diff) | |
download | volse-hubzilla-4636e56395e5239ddbf1bbe03355dda73108215a.tar.gz volse-hubzilla-4636e56395e5239ddbf1bbe03355dda73108215a.tar.bz2 volse-hubzilla-4636e56395e5239ddbf1bbe03355dda73108215a.zip |
minor theme fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 1 insertions, 2 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; } |