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 326 additions and 41 deletions
Showing only changes of commit 9847979f43 - Show all commits

View File

@@ -171,6 +171,14 @@ header a {
background-color: var(--nord-aur3);
}
.link {
transition: 0.3s ease-in-out;
}
.link:hover {
color: var(--nord-acc2);
}
.details-table tr td:first-child {
font-weight: 900;
background-color: var(--nord-bg3);