16 lines
165 B
CSS
16 lines
165 B
CSS
body {
|
|
background-color: lightgrey;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.ingredient {
|
|
color: green;
|
|
}
|
|
|
|
.cookware {
|
|
color: red;
|
|
}
|
|
|
|
.timer {
|
|
color: blue;
|
|
}
|