edit: contenu et structure de la section titre + réglages responsive global
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user