This commit is contained in:
sky
2025-10-26 10:27:36 -04:00
parent a043621fff
commit 50372cc7eb
9 changed files with 273 additions and 14 deletions

View File

@ -78,6 +78,37 @@ body {
backdrop-filter: blur(0);
}
}
warnings {
position: absolute;
top: -20px;
left: -20px;
display: flex;
justify-content: center;
align-items: center;
}
warning {
width: 25px;
height: 25px;
color: var(--text-color);
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 4px;
font-size: 12px;
}
.gore {
background-color: rgb(100, 20, 20);
box-shadow: 0 0 10px rgb(100, 20, 20);
}
.thirteen {
background-color: rgb(0, 0, 0);
box-shadow: 0 0 10px rgb(0, 0, 0);
}
.horror {
background-color: rgb(118, 118, 118);
box-shadow: 0 0 10px rgb(193, 193, 193);
}
body[fast] game {
background-color: color-mix(in srgb, var(--color-2) 70%, #000000 30%);
backdrop-filter: blur(0);