Remove magic

This commit is contained in:
Aarni Koskela
2024-10-08 08:50:39 +03:00
parent b82fbc6e20
commit fe57b32487
3 changed files with 8 additions and 5 deletions

View File

@@ -38,12 +38,16 @@ body {
color: #aaa;
background: transparent;
border: 1px dashed #aaa;
font-size: 3em;
cursor: pointer;
}
.lisalappu>span {
display: block;
font-size: 3rem;
}
.lisalappu:hover {
background: #f0f0f0;
color: #333;
}
.hakulappu {