updated css - pre from lukesmith.xyz

This commit is contained in:
kurets 2023-02-04 22:26:25 +02:00
parent 9ec04e650e
commit f6d912da91
2 changed files with 22 additions and 0 deletions

View file

@ -105,4 +105,15 @@ h5 {
h6 { h6 {
color: #FFF4B0; color: #FFF4B0;
}
pre {
background: #111222;
border: 1px solid rgb(231, 177, 26);
border-radius: 20px;
padding: 1em;
white-space: pre-wrap;
overflow-wrap: break-word;
max-width: 800px;
margin: auto;
} }

View file

@ -105,4 +105,15 @@ h5 {
h6 { h6 {
color: #FFF4B0; color: #FFF4B0;
}
pre {
background: #111222;
border: 1px solid rgb(231, 177, 26);
border-radius: 20px;
padding: 1em;
white-space: pre-wrap;
overflow-wrap: break-word;
max-width: 800px;
margin: auto;
} }