bug fix dark patterns
This commit is contained in:
16
style.css
16
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user