Style rapide fait sur l'index de 420kbb
h-deb.clg.qc.ca by drseek
Details
Authordrseek
LicenseNo License
Categoryhdeb
Created
Updated
Size885 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 h-deb.clg.qc.ca
@version 20211125.20.14
@namespace userstyles.world/user/drseek
@description Style rapide fait sur l'index de 420kbb
@author drseek
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://h-deb.clg.qc.ca/") {
body{
background-color: #333;
color: #eee;
font-family: Arial;
}
a {
color: #319a5b;
}
a:hover {
color: pink;
}
.note{
background-color: #222;
color: #eee;
font-size: 1.1rem;
}
.encadre-marge{
background-color: #222;
color: #eee;
}
.hljs{
color: #eee;
background: #2b2b2b;
border-radius: 16px;
}
.hljs-title{
color: #eee;
}
.hljs-keyword{
color: #6c6cd4;
}
code{
font-family: Consolas;
letter-spacing: 0.02rem;
}
.hljs-subst, .hljs-title{
color: #faca83;
}
.programme{
padding: 0 10px;
border-radius: 35px;
}
}