sandwitchboard/templates/style.css
2024-07-05 17:39:18 +02:00

19 lines
234 B
CSS

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