stylus-css/librewolf.net/style.css

64 行
857 B
CSS

body, .bg-white {
background: #222;
color: #eee;
font-size: .9rem;
}
pre, pre code, .dark code, code, .sidebar li.active > a, pre, pre code, .dark code, code, .sidebar a:hover, .sidebar button:hover {
background-color: #444;
color: #eee;
font-size: .9rem;
}
.bg-orange-100 {
background: #623a00;
}
.text-orange-800, .line > span {
color: #eee !important;
}
h1 {
font-size: 1.1rem;
}
.root {
margin: 8px !important;
}
.screenshot > div > img, .inner, .contributor > .tag {
display: none !important;
}
.card, .contributor {
padding: 8px !important;
}
.contributor > .name, .contributor > .roles > .chip {
margin-bottom: 0px !important;
}
h4, h5 {
line-height: 0;
}
.mt-24 {
margin-top: 0;
}
.h-16 {
height: unset;
}
.pt-16 {
padding-top: unset;
}
.pb-16 {
padding-bottom: unset;
}
p {
line-height: unset;
}