From: Amélia Coutard-Sander Date: Wed, 7 Jan 2026 13:58:53 +0000 (+0100) Subject: Plus de détails sur le MPRIng X-Git-Url: https://git.f4mnq.fr/?a=commitdiff_plain;h=35a65c5c748ab67ba291ed5ea5767521893fbe8f;p=site-web-pro.git Plus de détails sur le MPRIng --- diff --git a/mpring/index.html b/mpring/index.html index a171256..8e64f75 100644 --- a/mpring/index.html +++ b/mpring/index.html @@ -4,9 +4,11 @@ -

Le MPRIng est un webring créé par et pour mes ami·e·s et moi. Si - vous voulez être dessus, contactez-moi, de toute façon vous ne pouvez - être dessus que si on se connait.

+

Le MPRIng est un webring créé par et pour mes ami·e·s et moi. Le nom est une blague, il + n'est ni réservé ni offert aux MPRIs en général. Si vous voulez être + dessus, contactez-moi, de toute façon vous ne pouvez être dessus que si + on se connait.

Bisous.

diff --git a/mpring/style.css b/mpring/style.css index e69de29..5f39710 100644 --- a/mpring/style.css +++ b/mpring/style.css @@ -0,0 +1,24 @@ +@media (prefers-color-scheme: light) { +body { + background-color: #ffc; + color: #000; +} +a { + color: #099; +} +a:visited { + color: #c3c; +} +} +@media (prefers-color-scheme: dark) { +body { + background-color: #003; + color: #fff; +} +a { + color: #ff9; +} +a:visited { + color: #f99; +} +}