Css dodający ciemny motyw na stronę planu lekcji ZSE
ZSE plan ciemny motyw by xvmanbyd
Details
Authorxvmanbyd
LicenseNo License
Categoryplan.zse.bydgoszcz.pl
Created
Updated
Size753 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 ZSE plan ciemny motyw
@version 20221002.20.16
@namespace userstyles.world/user/xvmanbyd
@description Css dodający ciemny motyw na stronę planu lekcji ZSE
@author xvmanbyd
@license No License
==/UserStyle== */
@-moz-document domain("plan.zse.bydgoszcz.pl") {
/* ==UserStyle==
@name ZSE plan ciemny motyw
@namespace plan.zse.bydgoszcz.pl
@version 1.0.0
==/UserStyle== */
body{
background-color:#222;
color:#DDD;
}
a{
color:#07D!Important;
}
.l{
background-color:#222!Important;
color:#EEE!Important;
}
.p{
color:#EEE!Important;
}
.tabela .l{
border:1px solid #aaa;
}
.nr, .g, th, .tytul, .tytulnapis{
filter: invert(1) sepia(1) saturate(1.5);
}
}