edit: contenu et structure de la section titre + réglages responsive global

This commit is contained in:
2026-03-20 00:22:23 +01:00
parent 23bc203a1b
commit bb0ac827bb
6 changed files with 227 additions and 16 deletions
+11 -2
View File
@@ -43,6 +43,12 @@ input {
a{
text-decoration: none;
color: inherit;
cursor: pointer;
}
a p{
cursor:inherit;
}
p{
@@ -53,7 +59,7 @@ p{
.referenceText{
position:absolute;
z-index: -33;
color: var(--dark-color);
color: var(--back-color);
}
/*=============Body & background*/
@@ -61,7 +67,7 @@ html, body{
margin: 0;
padding: 0;
position: absolute;
background-color: var(--dark-color);
background-color: var(--back-color);
width: 100%;
height:100%;
position: fixed;
@@ -111,6 +117,7 @@ canvas {
width:100%;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
@@ -122,6 +129,8 @@ canvas {
border-color: var(--main-color);
border-width: thin;
border-radius: 0;
position: relative;
z-index: 0;
}
.icon{