logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 3d30cba12900afe2d9578565febfd99e33e1468f
parent 9238804a231a354fcdecf045176c614fd424c260
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 31 Mar 2020 22:12:05 +0200

index.css: rt,rp { font-size: 75%; }

Diffstat:

Mcss/index.css2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -62,6 +62,8 @@ quote[lang=fr]::before, *[lang=fr] > quote::before { content: "« "; } quote[lang=fr]::after, *[lang=fr] > quote::after { content: " »"; } quote + cite::before { content: " — "; } +rt,rp { font-size: 75%; } + /* classes */ .select-all { -webkit-user-select: all;