oef_website/public/css/custom.css
2020-03-07 19:23:13 +01:00

23 lines
290 B
CSS

.bg-custom-green {
background-color: #003300;
// background-color: #2a2828;
}
table, td, th {
border: 1px solid #ddd;
text-align: left;
}
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 15px;
}
th {
background-color: #565656;
color: white;
}