This repository has been archived on 2019-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
Tobias Haegele be5fa242c6 1
2018-06-09 06:32:07 +02:00

14 lines
230 B
CSS

.fav {
height: 3.5em;
background: #5a6268;
border-radius: 30px;
line-height: 3.5em;
vertical-align: middle;
padding-left: -1em;
}
td{
background-color: lawngreen;
}
.booked{
background-color: red;
}