Websites/app/javascript/styles/yiff.rest/state.scss

41 lines
446 B
SCSS
Raw Normal View History

2024-05-03 03:04:43 +00:00
body.s-state-yiff-rest {
background-color: #2C2F33;
color: #2A2A1D;
table,
thead,
th,
tbody,
tr,
td {
text-align: center;
}
table {
width: 100%;
}
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
}
.red {
background-color: #f00;
}
.green {
background-color: #008000;
}
.yellow {
background-color: #FF0;
}
.total {
background-color: plum;
}
}