daisy/style.css
2025-01-17 23:13:51 +07:00

13 lines
179 B
CSS

body {
background: #01242e;
color: #fff;
font-family: sans-serif;
margin: auto;
padding: 30px;
max-width: 600px;
}
blockquote {
background:#1A3440;
}