Black theme
osvita.ua black theme by mishatopkek
Details
Authormishatopkek
LicenseNo License
CategoryZNO, OSVITA, OSVITA UA
Created
Updated
Size831 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 osvita.ua black theme
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("osvita.ua") {
body{
background-color: black;
color: #808080;
}
#header .title-block .description .desc {
color: #FFFFFF;
}
.nav-table a {
color: #5c91A9;
}
.menu-block, #header .title-block, #main-content {
background-color: #101010;
color: #A0A0A0;
}
._5mdd{
color: #808080;
}
#header .breadcrumbs {
background-color: #202020;
}
#header .menu-block, #header .title-block, #main-content {
background-color: #202020;
}
.task-card .answers .answer .marker {
background-color: #202020;
}
.task-card .counter {
background: #101010;
}
.tasks-numbers .current {
background-color: black;
}
}