This commit is contained in:
2022-05-05 19:26:29 +02:00
parent cae18e8414
commit dda182fb90
4 changed files with 104 additions and 29 deletions

View File

@@ -191,16 +191,38 @@ main {
top: 0;
left: 0;
transition: opacity 0.3s;
text-align: center;
}
#popup h1, #smol-popup h1 {
#popup h1 {
text-align: center;
}
#smol-popup h1 {
margin: 0;
}
#popup-heo, #smol-heo {
font-family: "heonian";
}
#popup-quirks {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
#popup-quirks * {
margin-bottom: 8px;
}
.badge {
padding: 4px;
border-radius: 8px;
color: white;
cursor: pointer;
}
.button {
text-decoration: underline;
text-align: center;