Skip to content

Hacker News Vector upvote icon by byhemechi

Details

Authorbyhemechi

LicenseNo License

Categoryhackernews

Created

Updated

Size406 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

replaces the 20x20 gif with a vector triangle

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%)
}
}

Reviews

No reviews yet.