Skip to content

Hover Underline by maxpixels

Details

Authormaxpixels

LicenseNo License

Categoryhypixel.net

Created

Updated

Size266 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple fix for underline on hover because I'm stupid and can't fix it

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Hover Underline
@version    20240222.17.03
@namespace  ?
==/UserStyle== */

@-moz-document domain("hypixel.net") {
div.bbWrapper a:not(.bbWrapper a[href^="/goto/post?id"]):hover {   
        text-decoration: underline !important;
    }
}

Reviews

No reviews yet.