diff options
author | Mario <mario@mariovavti.com> | 2021-08-23 10:32:48 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-23 10:32:48 +0000 |
commit | 189da4fdc1408a25b4fd68c0b7d5834232a599a2 (patch) | |
tree | 4221698837998da94687e94cb16c15ad86be78ee /view/theme/redbasic | |
parent | 824894baf0f11e85552c283ee948febd8bac5e06 (diff) | |
download | volse-hubzilla-189da4fdc1408a25b4fd68c0b7d5834232a599a2.tar.gz volse-hubzilla-189da4fdc1408a25b4fd68c0b7d5834232a599a2.tar.bz2 volse-hubzilla-189da4fdc1408a25b4fd68c0b7d5834232a599a2.zip |
untangle the app template into separate templates and fix bbcode view
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 811df02e4..228e7b63a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1743,7 +1743,7 @@ dl.bb-dl > dd > li { border-left: 0.2rem solid #eee; } -.app-icon { +.app-icon i { color: #777; font-size: 80px; text-shadow: 3px 3px 3px lightgrey; |