bugs corrigés
This commit is contained in:
parent
678a9e4a2c
commit
debb9e9052
1 changed files with 2 additions and 4 deletions
|
@ -9,6 +9,7 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* styles sur html et body pour faire un fond 'polygon' changeant */
|
/* styles sur html et body pour faire un fond 'polygon' changeant */
|
||||||
|
@ -148,8 +149,6 @@ h1, h2, h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style des éléments a l'intérieur des cartes */
|
/* style des éléments a l'intérieur des cartes */
|
||||||
.card {}
|
|
||||||
|
|
||||||
.steps {
|
.steps {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
@ -209,7 +208,6 @@ footer .pcom a {
|
||||||
/* PAGE DE CODE */
|
/* PAGE DE CODE */
|
||||||
code {
|
code {
|
||||||
background: rgba(19, 19, 19, .8);
|
background: rgba(19, 19, 19, .8);
|
||||||
margin-top: 20px;
|
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #ffffcc;
|
color: #ffffcc;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -391,7 +389,7 @@ code * {
|
||||||
}
|
}
|
||||||
|
|
||||||
.light span.uident {
|
.light span.uident {
|
||||||
color: rgb(138, 138, 10));
|
color: rgb(138, 138, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
span.file {
|
span.file {
|
||||||
|
|
Loading…
Reference in a new issue