9 lines
No EOL
200 B
CSS
9 lines
No EOL
200 B
CSS
.entity-type {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.card-body {
|
|
background: var(--tblr-card-bg);
|
|
border-top-left-radius: var(--tblr-border-radius);
|
|
border-top-right-radius: var(--tblr-border-radius);
|
|
} |