feat(style.css): style details table
This commit is contained in:
@@ -169,4 +169,23 @@ header a {
|
||||
|
||||
.green-bg {
|
||||
background-color: var(--nord-aur3);
|
||||
}
|
||||
|
||||
.details-table tr td:first-child {
|
||||
font-weight: 900;
|
||||
background-color: var(--nord-bg3);
|
||||
white-space: nowrap;
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.details-table {
|
||||
border-collapse: collapse;
|
||||
border: 2px solid var(--nord-fg0);
|
||||
}
|
||||
|
||||
.details-table th, .details-table td {
|
||||
padding: 0.5rem;
|
||||
text-align: left;
|
||||
border: 1px solid var(--nord-fg1);
|
||||
border-collapse: collapse;
|
||||
}
|
||||
Reference in New Issue
Block a user