Adventure mode wip, not really fun

This commit is contained in:
Renan LE CARO 2025-03-27 10:52:31 +01:00
parent 6cf8fabf16
commit 59ef24c865
26 changed files with 1482 additions and 676 deletions

View file

@ -120,19 +120,13 @@ body:not(.has-alert-open) #popup {
& > * {
padding: 0;
margin: 0;
}
& > h2,
& > p {
margin-bottom: 20px;
margin: 0 0 20px 0;
}
& > section {
display: flex;
flex-direction: column;
align-items: stretch;
margin-top: 20px;
button {
font: inherit;
@ -350,3 +344,11 @@ h2.histogram-title {
h2.histogram-title strong {
color: #4049ca;
}
.red-icon {
background: red;
img {
filter: saturate(0);
mix-blend-mode: luminosity;
}
}