This commit is contained in:
Cay 2026-03-11 19:11:22 +00:00
parent 4d587807db
commit a12d911bc9

View File

@ -28,17 +28,13 @@ body {
.back {
display: inline-block;
margin-top: 20px;
padding: 12px 20px;
background: #2c6cff;
color: white;
text-decoration: none;
border-radius: 6px;
transition: 0.2s;
@ -46,6 +42,4 @@ body {
.back:hover {
background: #4a85ff;
box-shadow: 0 0 12px #4a85ff;
}