+ {{ section.text }} ++
diff --git a/prosopopee/themes/exposure/static/css/style-page.css b/prosopopee/themes/exposure/static/css/style-page.css index 036c89e..8997b42 100644 --- a/prosopopee/themes/exposure/static/css/style-page.css +++ b/prosopopee/themes/exposure/static/css/style-page.css @@ -449,10 +449,11 @@ blockquote { margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019"; + color: #8a8989; } blockquote:before { - color: #ccc; + color: #8a8989; content: open-quote; font-size: 4em; line-height: 0.1em; @@ -461,7 +462,7 @@ blockquote:before { } blockquote:after { - color: #ccc; + color: #8a8989; content: close-quote; font-size: 4em; line-height: 0.1em; diff --git a/prosopopee/themes/exposure/templates/sections/quote.html b/prosopopee/themes/exposure/templates/sections/quote.html new file mode 100644 index 0000000..9a5a7a4 --- /dev/null +++ b/prosopopee/themes/exposure/templates/sections/quote.html @@ -0,0 +1,11 @@ +{% if section.background or section.color %} +
+ {{ section.text }} ++
+ {{ section.text }} ++