aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-12-22 19:47:46 +0100
committerMario Vavti <mario@mariovavti.com>2018-12-22 19:47:46 +0100
commitfac3579fb0124a13c5066c660e8a2bd89ed1e144 (patch)
tree8615eadb6a842e25e75a16281e645fca271b1968 /view
parent458b023204e8195bcb15eacea98cc9dfdfaee46d (diff)
downloadvolse-hubzilla-fac3579fb0124a13c5066c660e8a2bd89ed1e144.tar.gz
volse-hubzilla-fac3579fb0124a13c5066c660e8a2bd89ed1e144.tar.bz2
volse-hubzilla-fac3579fb0124a13c5066c660e8a2bd89ed1e144.zip
revert padding for text highlight. It is messing with indent punctuation and decreases legibility of the highlighted text.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b406e710c..18c3db665 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1806,6 +1806,5 @@ dl.bb-dl > dd > li {
/* default highlighted text if not specified by schema: */
span.default-highlight {
- background-color: yellow;
- padding: 2px 4px;
+ background-color: yellow;
}