Comment by molticrystal
5 days ago
They have a bag of dirty tricks [0], here are a few highlights including a couple already mentioned:
/* Dead subpixel (Thanks M) */
.content[role=main]:before {
content: "";
position: fixed;
top: 126px;
left: 242px;
width: 1px;
height: 1px;
background: #f0f;
z-index: 9999;
}
/* Hair */
.content[role=main]:after {
content: "";
position: fixed;
top: 150px;
right: 150px;
width: 140px;
height: 200px;
border-radius: 50%;
box-shadow: 2px 0 rgb(60, 24, 24, 0.3);
transform: skewX(-30deg) scale(0.6);
pointer-events: none;
z-index: 9999;
}
.thing.comment[id*=c] {
transform: rotate(1deg);
margin-top: 30px !important;
}
.comment p a{
font-family:Comic Sans MS, Impact,serif;
}
[0] https://www.reddit.com/r/mildlyinfuriating/wiki/config/style...
No comments yet
Contribute on Hacker News ↗