Skip to content

reverted_links by tlanotyt

Details

Authortlanotyt

LicenseNo License

Categoryhypixel.net

Created

Updated

Size897 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reverts links to their original brown colour, rather than the new blue.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         reverted_links
@version      20240222.04.02
@namespace    https://userstyles.world/user/tlanotyt
@description  Reverts links to their original brown colour, rather than the new blue.
@author       tlanotyt
@license      No License
==/UserStyle== */

@-moz-document domain("hypixel.net") {
/*Code mostly from blstx, however modified to revert to old colours.*/
/*Links*/
    div.bbWrapper:not(.bbCodeBlock-expandLink) a:not(.bbWrapper a[href^="/goto/post?id"])
    {
        color: #4e2d15;
        text-decoration: none;
    }
        div.bbWrapper a:not(.bbWrapper a[href^="/goto/post?id"]):hover
    {   
        text-decoration: underline !important;
    }
    div.bbWrapper a span[style*="color"]:hover{
        color: inherit;
        text-decoration: underline;
    }
 /*Click to Expand...*/
    div.js-expandLink a {
        color: #ffc02e !important;
    }
}

Reviews

No reviews yet.