chore(release): 0.1.0 #4

Merged
pufereq merged 53 commits from release/0.1.0 into main 2025-08-09 15:03:45 +00:00
9 changed files with 318 additions and 41 deletions
Showing only changes of commit c0eb4e0a6d - Show all commits

View File

@@ -170,3 +170,22 @@ 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;
}