site

Francesco Saccone's site content.
git clone git://git.francescosaccone.com/site
Log | Files | Refs | README | LICENSE

commit 442cf19052b25cf4d7c2bc2256f0062664fb8b2f
parent 89510fe503568494706214c4ca7c4bee3a4c16cf
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Tue, 18 Mar 2025 15:22:01 +0100

feat: make hr dotted and shorted and rewrite blockquote style

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mpublic/style.css | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/public/style.css b/public/style.css @@ -94,7 +94,15 @@ blockquote { hr { border: solid 0.1em; - margin: 1em 0; + border-style: dashed; + margin: 2em 30%; +} + +blockquote { + border-left: solid 0.15em; + font-style: italic; + margin-left: 0.5em; + padding: 0.5em 1em; } em, @@ -110,14 +118,6 @@ strong { font-weight: bold; } -blockquote { - border-left: solid 0.15em; - border-left-color: #acacac; - font-style: italic; - margin-left: 0.5em; - padding: 0.5em 1em; -} - code, pre, table {