From 26c7d4d2ee66d7dc27a38e8204760993f8e84f9d Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:30:41 +0100 Subject: [PATCH] Because why not ? --- public/styles/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/styles/styles.css b/public/styles/styles.css index 06bab5a..25cfbea 100644 --- a/public/styles/styles.css +++ b/public/styles/styles.css @@ -50,6 +50,16 @@ body { } +/* Because why not */ +#reference{ + position: absolute; + pointer-events: none; + bottom: 0; + left: 10px; + font-size: 1em; + color: #b0b0b02f; +} + /* Scrollbar globale pour Chromium/Electron */ body::-webkit-scrollbar { width: 10px;