changement non connue

This commit is contained in:
Pontoporeia
2023-03-03 12:56:26 +01:00
parent 8ab987f275
commit 4163ffa6cd
2 changed files with 115 additions and 74 deletions

View File

@@ -49,6 +49,8 @@
text-decoration: none;
outline: none;
font-size: 2rem;
box-shadow: 2px 4px 8px 6px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19);
}
header a {
@@ -329,4 +331,31 @@
.memoire img {
max-width: 40%;
margin: 0.5rem;
}
}
#page_content h1,h2,h3,h4,h5{
font-family: police1;
}
#page_content {
font-family: sans-serif;
}
/* form h1,h2,h3,h4,h5{
font-family: sans-serif;
} */
details{
padding: 1rem;
margin: 0.5rem;
border-radius: 16px;
box-shadow: 2px 4px 8px 2px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19);
}
details input {
width: auto;
}
details summary::-webkit-details-marker {
display:none;
}