prog101 dark mode
prog101.com by drseek
Details
Authordrseek
LicenseNo License
Categoryprog101.com
Created
Updated
Size782 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 prog101.com
@version 20211203.03.45
@namespace userstyles.world/user/drseek
@description prog101 dark mode
@author drseek
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://prog101.com/") {
body{
color: #eee;
background-color: #333;
}
.well p {
color: #222;
}
.panel-body ul {
color: #333;
}
.bloc{
color: #444;
}
.col-md-12 > div{
border-radius: 5px;
}
.col-md-8 .normal{
color: #444 !important;
}
.col-md-8 > div{
border-radius: 15px;
}
.col-md-4 > div{
border-radius: 10px;
}
div{
color: #bbb;
}
/*Lamp*/
.bloc tr{
background-color: #eee !important;
}
@document
url-prefix("https://prog101.com/lamp/")
{
header{
letter-spacing: 2px;
}
}
}