Skip to content

web-api.eu Dark Theme by drmaple

Screenshot of web-api.eu Dark Theme

Details

Authordrmaple

LicenseNo License

Categoryuserstyle

Created

Updated

Size604 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes site dark themed

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         web-api.eu Dark Theme
@version      20220709.20.28
@namespace    userstyles.world/user/drmaple
@description  Makes site dark themed
@author       drmaple
@license      No License
==/UserStyle== */

@-moz-document domain("web-api.eu") {
body {
    background-color: #121212;
    color: white;
}
.box_data, .dkcat_content, .dokkan_char_info_data .dchar_full_data{
    background-color: black;
}
link_btn df_middle, .thepoll label {
    color:black;
}
.dfs_content {
    background-color: black;
}
.dfs_filters_active, .dfs_filters_active b, .dfsf_head {
    color:white;
}

}

Reviews

No reviews yet.