diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 19:11:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 19:11:25 +0000 |
commit | 8b0dce56adcf6ef829af30e7857b82873793c4e8 (patch) | |
tree | a9a4e002084be2e4f6808a57fdfedb15af0942ef /view/theme/redbasic | |
parent | 42696606e3249da7d9273b9c8c504910f5fc28b5 (diff) | |
download | volse-hubzilla-8b0dce56adcf6ef829af30e7857b82873793c4e8.tar.gz volse-hubzilla-8b0dce56adcf6ef829af30e7857b82873793c4e8.tar.bz2 volse-hubzilla-8b0dce56adcf6ef829af30e7857b82873793c4e8.zip |
remove some now redundant css
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 576c4d8e9..667708f02 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -34,13 +34,10 @@ html { } body { - font-size: 0.9rem; background-color: var(--hz-body-bg); background-image: var(--hz-body-bg-image); background-attachment: fixed; background-size: cover; - color: var(--bs-body-color); - margin: 0; } aside#region_1 { |