Add postgres host to .env, filter out sum values for country
This commit is contained in:
@@ -41,4 +41,16 @@ thead {
|
||||
|
||||
.primary:hover {
|
||||
background-color: #ffb92d;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 3px 7px;
|
||||
}
|
||||
|
||||
table tr:nth-child(odd) {
|
||||
background: #d6d6d6;
|
||||
}
|
||||
|
||||
table tr:hover {
|
||||
background: #c0c0c0;
|
||||
}
|
||||
Reference in New Issue
Block a user