Skip to content

QQ Dark Theme Brighter Text by minorityreport

Details

Authorminorityreport

LicenseCC BY-SA 4.0

Categoryquestionablequesting

Created

Updated

Code size368 B

Code checksum8b13af3a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Brighter text color for QQ XF2 Dark theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       QQ White Text for Dark Theme
@version    20240513.00.18
@namespace  ?
==/UserStyle== */

@-moz-document domain("questionablequesting.com") {
.bbWrapper {
    color: #e8eaed;
}

.bbWrapper .link {
    color: #ffffff;
    text-decoration: underline dotted;
}

.bbWrapper .link:hover {
    color: #ffffff;
    text-decoration: underline;
}

}

Reviews

No reviews yet.