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;