pages/site/css/looks.css
2025-06-09 15:39:31 -04:00

21 lines
385 B
CSS

code:not(pre code) {
font-weight: bold;
}
pre {
background-color: white;
color: black;
overflow-x: auto;
border-style: solid;
border-radius: 3px;
border-width: 2px;
border-color: gainsboro;
padding-left: 0.35em;
padding-top: 0.1em;
padding-bottom: 0.2em;
}
body {
background-color: rgb(255, 255, 255);
color: rgb(0.9, 0.8, 0.8);
}