Skip to content

CSS Fixes for Syntax Forums by SatinFoil

Details

AuthorSatinFoil

LicenseNo License

Categoryhttps://forum.syntax.eco/

Created

Updated

Size790 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Basic Fixes to the site. Feel free to copy if you want.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         CSS Fixes for Syntax Forums
@version      20240220.21.35
@namespace    https://userstyles.world/user/SatinFoil
@description  Basic Fixes to the site.
@author       SatinFoil
==/UserStyle== */

@-moz-document domain("forum.syntax.eco") {
/* Basic Fixes */
.topic-list-main-link a.title, .latest-topic-list-item .main-link a.title, .topic-list .main-link a.title {
    color: black;
}
.select-kit.dropdown-select-box.period-chooser .period-chooser-header h2.selected-name .date-section {
    color: black;
}
.nav-pills>li>a, .nav-pills>li button {
    color: black;
}
#topic-title h1 a {
    color: black;
}
p:not(sidebar-section-link-content-text) {
    color: black;
}
#suggested-topics-title {
    color: black;
}
.active a {
    color: white !important;
}
}

Reviews

No reviews yet.