new styles, add README.md

This commit is contained in:
mtgmonkey 2025-06-19 06:11:34 -04:00
parent 0e79899546
commit 563ff286c2
2 changed files with 28 additions and 4 deletions

View file

@ -1,6 +1,6 @@
body {
background-color: #380E36;
color: #F7E5F4;
background-color: #EEEEE4;
color: #452A21;
line-height: 1.6;
font-size: 19px;
width: 750px;
@ -11,9 +11,9 @@ ul {
list-style-type: none;
}
a {
color: #5A77F2
color: #1A7FAD;
}
pre {
background-color: #5E1C56;
background-color: #FAE8B6;
white-space: pre-wrap;
}