This commit is contained in:
mtgmonkey
2025-12-18 10:07:18 +01:00
commit c63ee0d945
10 changed files with 230 additions and 0 deletions

25
styles-0.css Normal file
View File

@@ -0,0 +1,25 @@
body {
background-color: #EEEEE4;
color: #452A21;
line-height: 1.6;
font-size: 19px;
width: 750px;
margin: auto;
margin-top: 100px;
}
ul {
list-style-type: none;
}
a {
color: #1A7FAD;
}
code, blockquote {
margin: 0;
padding: 0;
}
pre {
margin: 0;
padding: 4px;
background-color: #FAE8B6;
white-space: pre-wrap;
}