EpicGames_Doc_simpleWhite
EpicGames_Doc_simpleWhite by lotusNoOne
Details
AuthorlotusNoOne
LicenseNo License
Categoryhttps://dev.epicgames.com/
Created
Updated
Size594 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name EpicGames_Doc_white
@version 20240418.13.57
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://dev.epicgames.com/") {
.container,
.site-menu,
.is-main-nav,
.block-nav,
.page-document,
.block-markdown {
background-color: white !important;
color: black !important;
}
.block-markdown a {
background-color: #ddd;
color: black;
}
.site-nav {
background-color: #333 !important;
color: black !important;
}
.document-table-of-content-block,
.documents-tree,
.documents-tree a {
background-color: white;
color: black;
}
}