release
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user