Files
advent-of-code/style.css

18 lines
372 B
CSS
Raw Permalink Normal View History

2022-12-04 18:24:26 +01:00
body {
background: transparent; /* Make it white if you need */
color: #fc8224;
padding: 0 24px;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
2022-12-04 20:53:01 +01:00
textarea {
display: block;
}
2022-12-04 18:24:26 +01:00
#answer {
color: purple
}
p {
margin: 0px
}