Compare commits

...

1 Commits

Author SHA1 Message Date
Vojtěch Káně
4abc5fc9af Display the head if it is on the same tile with a fruit 2020-12-18 19:39:11 +01:00

View File

@ -27,13 +27,13 @@
background-color: green; background-color: green;
} }
.tile.head {
background-color: red;
}
.tile.fruit { .tile.fruit {
background-color: gold; background-color: gold;
} }
.tile.head {
background-color: red;
}
</style> </style>
<script> <script>