.
myitschool.ru by gvk927
Details
Authorgvk927
LicenseNo License
Category.
Created
Updated
Size582 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 myitschool.ru
@version 20211111.15.55
@namespace userstyles.world/user/gvk927
@description .
@author gvk927
@license No License
==/UserStyle== */
@-moz-document domain("myitschool.ru") {
body{
background: #333;
}
.navbar-bootswatch{
background: #444;
}
#id_currentyear{
background: #333;
border: #888;
color: #AAA;
}
.card{
background: #222;
color: #AAA;
}
#region-main{
background: #222;
color: #AAA;
}
.hljs{
background: #111;
color: #888;
}
.extblock-info{
background: #4444;
}
}