11 lines
161 B
CSS
11 lines
161 B
CSS
/*
|
|
tr.monday td {
|
|
border-bottom-width: 0.19rem;
|
|
}
|
|
*/
|
|
tr.saturday, tr.sunday {
|
|
/* background-color: aliceblue; */
|
|
background-color: var(--clight);
|
|
|
|
}
|