Some styling

This commit is contained in:
2026-05-26 22:01:50 +02:00
parent e096b9144b
commit 6e836d9260
3 changed files with 72 additions and 40 deletions

View File

@@ -270,3 +270,25 @@ input[type="checkbox"] {
}
}
}
.return-to {
display: block;
padding: 16px 2rem;
background: #2b79c2;
background-color: rgb(43, 121, 194);
color: white;
text-decoration: none;
text-align: center;
border-radius: 0.5rem;
transition: background-color 0.2s ease-in-out;
&:hover {
background-color: #1d5fa0;
}
}
.delete {
display: block;
width: 100%;
text-align: center;
}