Changes for code blocks

This commit is contained in:
2025-06-08 15:59:49 +01:00
parent c9861ddbfc
commit 9b25a0b93a

View File

@@ -13,13 +13,13 @@ h1, h2, h3{
}
header{
background-color: 4c4c4c;
background-color: #4c4c4c;
height: 25vh;
width: 100%;
}
footer{
background-color: 4c4c4c;
background-color: #4c4c4c;
display: flex;
justify-content: center;
align-items: center;
@@ -215,4 +215,10 @@ label{
display: block;
margin: 0 auto 0 auto;
max-width: 100%;
}
pre{
overflow: scroll;
background-color: #36332f;
padding: 10px;
}