Dark theme for World of Tanks statistics website wot-life.com
wot-life Dark by 4acomet
Details
Author4acomet
LicenseNo License
Categoryuserstyles
Created
Updated
Size656 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 wot-life Dark
@version 20211015.16.17
@namespace userstyles.world/user/4acomet
@description Dark theme for World of Tanks statistics website wot-life.com
@author 4acomet
@license No License
==/UserStyle== */
@-moz-document domain("wot-life.com") {
/*
written by 4acomet
*/
body {
background-color: #000;
color: #f7f7f7;
}
.card {
background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
color: #f7f7f7;
}
a, mark {
color: #f2f2f2;
}
.tabs > li > a {
color: #f7f7f7;
background-color: #040404;
}
.tabs > li > a:active, .tabs > li > a:hover {
background-color: #090909;
}
}