edit: position logo ts + correction z-index, filtrage par username, gamme colorée adaptée + changement du fond avec le thème

This commit is contained in:
2026-04-08 05:32:16 +02:00
parent 195fd10424
commit 275fd74ca9
14 changed files with 44 additions and 38 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
:root[data-theme="light"]{
--back-color: white;
--main-color: black;
--accent-color: #C303FF;
--accent-color: #FFA64D;
--neon-color: black;
}
@@ -134,6 +134,7 @@ html, body{
#canvas video {
width: 100%;
height: 100%;
filter: invert(1) saturate(333%) brightness(93%) hue-rotate(90deg);
object-fit: cover;
}