Improve path management

This commit is contained in:
Miguel de la Cruz 2024-07-05 17:24:12 +02:00
parent 2a17689a9f
commit 79de743e58
2 changed files with 32 additions and 1 deletions

View file

@ -2,3 +2,15 @@ body {
background-color: lightgrey;
font-family: monospace;
}
.ingredient {
color: green;
}
.cookware {
color: red;
}
.timer {
color: blue;
}