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 183 additions and 23 deletions
Showing only changes of commit 95e40a4128 - Show all commits

View File

@@ -97,4 +97,17 @@ header a {
.center {
text-align: center;
}
}
.error-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 1rem;
padding: 1rem;
background-color: var(--nord-aur0);
color: var(--nord-fg0);
border: 6px solid var(--nord-aur1);
border-radius: 24px;
}