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 165 additions and 22 deletions
Showing only changes of commit d998b85f9f - Show all commits

View File

@@ -39,6 +39,16 @@ input {
padding: 0.25rem;
}
a {
color: var(--nord-acc0);
text-decoration: none;
transition: 0.3s ease-in-out;
}
a:hover {
color: var(--nord-acc2);
}
#wrapper {
display: flex;
flex-direction: column;