bug fix dark patterns

This commit is contained in:
landgreen
2021-01-31 11:41:42 -08:00
parent 774fa44b81
commit 6446685cf0
6 changed files with 49 additions and 10 deletions

View File

@@ -635,6 +635,22 @@ summary {
box-shadow: 0 0 0 3px #025;
}
.junk {
background: hsl(255, 46%, 72%);
border-radius: 25%;
/* animation: 3s linear infinite alternate pulse; */
}
@keyframes pulse {
0% {
border-radius: 0%;
}
100% {
border-radius: 50%;
}
}
/* .circle-grid-gun {
width: 10px;
height: 10px;