aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2016-11-20 20:45:05 +0100
committerKevin Decherf <kevin@kdecherf.com>2016-11-25 13:39:53 +0100
commit819c8f5bd42e2b69228d8adc9303970cae768167 (patch)
tree8fcbe6a0c12f09b83b544e5caa733b0308e4b75f /app/Resources/static
parentfdaa044314d6bd05ac3ff3a6cdad88c852702b2e (diff)
downloadwallabag-819c8f5bd42e2b69228d8adc9303970cae768167.tar.gz
wallabag-819c8f5bd42e2b69228d8adc9303970cae768167.tar.zst
wallabag-819c8f5bd42e2b69228d8adc9303970cae768167.zip
Material: render blockquote in italic and strong in bold in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index ff3a9891..a8172b7e 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -673,6 +673,14 @@ a.original {
673 list-style-type: disc; 673 list-style-type: disc;
674} 674}
675 675
676#article article blockquote {
677 font-style: italic;
678}
679
680#article article strong {
681 font-weight: bold;
682}
683
676#article article pre { 684#article article pre {
677 box-sizing: border-box; 685 box-sizing: border-box;
678 margin: 0 0 1.75em; 686 margin: 0 0 1.75em;