Hi,
this is my styling:
style: |
ha-card {
background-color: rgba(255, 255, 255, 0.3);
padding: 16px 16px 16px 12px;
}
.card-header {
color: #fafafa;
font-family: var(--ha-card-header-font-family, inherit);
font-size: var(--ha-card-header-font-size, 24px);
letter-spacing: -0.012em;
line-height: 32px;
display: block;
padding: 0px 0px 14px;
}
.tableContainer {
background-color: #2f2b2b;
padding-bottom: .4em;
}
table {
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}
th {
text-align: left;
font-size: 1.1em;
font-weight: 600;
color: #fafafa;
padding-bottom: .5em;
padding-top: .5em;
padding-left: .5em;
}
tr:nth-child(2n+3), tr:nth-child(even) {
color: #dde010;
font-size: 1.1em;
}
.time, .delay, .platform, .direction {
padding-left: .5em;
font-family: 'bpdotssquaresregular';
line-height: 1.5em;
}
.delay {
color: #ff5858;
font-weight: 600;
width: 100%;
}
.platform {
text-align: center !important;
}
.direction {
min-width: 170px;
text-transform: uppercase;
}
I’ll look in to that single digit number, but first i’m concentrating on getting my other desired integrations and automations up and running. You can follow the github repo to get a notification when the card is updated.