sandwitchboard/templates/style.css

20 lines
236 B
CSS
Raw Normal View History

body {
background-color: lightgrey;
font-family: monospace;
}
2024-07-05 16:24:12 +01:00
.ingredient {
font-weight: bold;
2024-07-05 16:24:12 +01:00
color: green;
}
.cookware {
font-weight: bold;
2024-07-06 05:23:32 +01:00
color: brown;
2024-07-05 16:24:12 +01:00
}
.timer {
font-weight: bold;
2024-07-05 16:24:12 +01:00
color: blue;
}