The featured text is supposed to be black, but on Bitview it's blue. This theme fixes this issue.
INCREDIBLY MINOR BITVIEW 2010 HOMEPAGE THEME by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://www.bitview.net/
Created
Updated
Size351 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This theme also removes the contest module, discord/twitter advertisement and the Bitview mobile advertisement, if this bothers you just remove the only "display: none" in the code
Source code
/* ==UserStyle==
@name INCREDIBLY MINOR BITVIEW 2010 HOMEPAGE ACCURACY THEME
@version 20240205.05.56
@namespace ?
==/UserStyle== */
@-moz-document domain("www.bitview.net") {
#homepage-content-block-h_featured #hpVideoListHead a {
color: #000 !important;
}
#info-box, .contest-box, .homepage-side-block img {
display: none;
}
}