about summary refs log tree commit diff stats
path: root/css/paul.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/paul.css')
-rw-r--r--css/paul.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/paul.css b/css/paul.css index baaccde..4c2f28d 100644 --- a/css/paul.css +++ b/css/paul.css
@@ -17,6 +17,9 @@ blockquote {
17 padding: 0 1em; 17 padding: 0 1em;
18 text-align: left; 18 text-align: left;
19} 19}
20blockquote p::first-line {
21 font-variant: normal !important;
22}
20blockquote ul { 23blockquote ul {
21 list-style-type: none; 24 list-style-type: none;
22} 25}