website

Le code pour générer le site web du duché perché.
Log | Files | Refs

commit 4681387b6d7a50d67e5ff02636b15bb7979ef3e6
parent 9b661aee27b26b04d371a044377a60f402ee3346
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date:   Sun, 11 Aug 2024 13:52:41 +0200

Ajoute une règle pour l’alignement du texte haut dans un paragraphe

Diffstat:
Mcss/duper.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/css/duper.css b/css/duper.css @@ -51,6 +51,7 @@ header a:focus { color: var(--fg-1); } header a:hover { color: var(--fg-1); } header a:active { color: var(--fg-1); } +sup { font-size: 80%; } ::selection { background-color: var(--bg-2); }