replaces the 20x20 gif with a vector triangle
Hacker News Vector upvote icon by byhemechi
Details
Authorbyhemechi
LicenseNo License
Categoryhackernews
Created
Updated
Code size406 B
Code checksumf3babc49
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hacker News Vector upvote icon
@version 20220315.02.05
@namespace userstyles.world/user/byhemechi
@description replaces the 20x20 gif with a vector triangle
@author byhemechi
@license No License
==/UserStyle== */
@-moz-document domain("news.ycombinator.com") {
.votearrow {
background: #999999;
clip-path: polygon(50% 2px, 9px 100%, 1px 100%)
}
}