monorepo/ifc/src/static/styles.css

19 lines
280 B
CSS
Raw Normal View History

2021-12-15 04:25:48 +00:00
table {
width: 98%;
border: 1px solid black;
border-collapse: collapse;
}
th, td {
width: 14%;
font-family: sans-serif;
font-size: larger;
border: 1px solid black;
padding: 1em 0em 5em 1em;
}
.today {
background-color: rgb(200, 200, 255);
}