sandwitchboard/templates/style.css
2024-07-06 06:28:05 +02:00

19 lines
236 B
CSS

body {
background-color: lightgrey;
font-family: monospace;
}
.ingredient {
font-weight: bold;
color: green;
}
.cookware {
font-weight: bold;
color: brown;
}
.timer {
font-weight: bold;
color: blue;
}