23 lines
290 B
CSS
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;
|
|
}
|