« Back to Index

Stylish Chrome Extension: doc.rust-lang.org - stylised to be black as the white is a bit intense on my eyes

View original Gist on GitHub

rust-doc.css

#sbo-rt-content .feature {
	background-color: #333;
}

.detail-book.pod .description * {
    font-size: 1.1em;
}

.detail-book.pod .description {
    padding-left: 8em;
    padding-right: 6em;
}

.pod, section[role=document] {
	background-color: #404040;
}

.Table,
.even,
.note,
.sidebar {
	color: #404040;
}

#lesson-fragment tbody tr:nth-child(even), #sbo-rt-content tbody tr:nth-child(even) td {
	color: #404040;
}

.pod, [class*=detail-].pod, 
section[role=document], 
#sbo-rt-content, 
#sbo-rt-content h1, 
#sbo-rt-content h2, 
#sbo-rt-content h3 {
	color: white;
}

#sbo-rt-content a,
#sbo-rt-content a:link {
	color: pink;
    font-weight: bold;
}

#sbo-rt-content a:visited {
	color: #CCCCCC;
}

#sbo-rt-content section[data-type="chapter"]>div>h1,
#sbo-rt-content section[data-type="sect1"] h1 {
	color: #f1c40f;
}