diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 8 |
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; |