1.0.1 Commit

This commit is contained in:
MasterAcnolo
2025-07-01 15:16:17 +02:00
parent 10cefdba19
commit 0ffc1af218
10 changed files with 76 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
margin-left: auto;
margin-right: auto;
padding: 1.5em 2em;
background-color: #fff;
background-color: var(--infos-box-color);
border-radius: 12px;
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
color: #222;

View File

@@ -27,7 +27,7 @@ body {
background-attachment: fixed; */
width: 100%;
height: 100%;
color: #F8FAFC;
color: var(--default-text-color);
display: flex;
justify-content: center;
align-items: center;

View File

@@ -1,9 +1,11 @@
:root{
--background-color : #0F172A;
--infos-box-color: #f1f1f1 ;
--title-color: ;
--subtitle-color : #a3aab4;
--mp3-text-color: #0F172A;
--default-text-color: #F8FAFC;
--checkbox-pulse-color:#9bbcf1;
}