best-blog/styles.css
mtgmonkey 0e79899546 init
2025-06-18 16:17:36 -04:00

19 lines
265 B
CSS

body {
background-color: #380E36;
color: #F7E5F4;
line-height: 1.6;
font-size: 19px;
width: 750px;
margin: auto;
margin-top: 100px;
}
ul {
list-style-type: none;
}
a {
color: #5A77F2
}
pre {
background-color: #5E1C56;
white-space: pre-wrap;
}