The best dark Telegraph and Graph.org
Dark Telegra.ph & Graph.org by httpshotmaker

Details
Authorhttpshotmaker
LicenseNO-REDISTRIBUTION
Categorytelegra.ph, telegraph, graph.org
Created
Updated
Code size1.7 kB
Code checksum2ffe275e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark Telegra.ph & Graph.org
@namespace USO Archive
@author httpshotmaker
@description `Telegra.ph and Graph.org Dark Theme`
@version 20190319.4.56
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("telegra.ph"), domain("graph.org") {
/* Background */
html,
textarea {
background-color: #121212
}
/* Text and Title */
.tl_article h1,
.tl_article .tl_article_content .ql-editor,
.tl_article .tl_article_content aside {
color: #fff
}
/* Author and Date */
.tl_article address,
.tl_article address a {
color: #a0a0a0!important
}
/* Links */
.tl_article a[href],
.tl_article address a {
text-decoration: underline
}
/* Links except Author */
.tl_article a[href] {
color: #2398ff
}
/* Blockquote */
.tl_article .tl_article_content blockquote {
border-left: 3px solid #fff;
}
/* Placeholder Texts */
.tl_article.tl_article_edit [data-placeholder].empty:before,
.tl_article.tl_article_edit [data-label]:after,
.tl_article.tl_article_edit.title_focused [data-label].empty:after,
.tl_article.tl_article_edit figcaption[data-placeholder].empty:after {
color: #a0a0a0
}
/* Buttons - Editor Mode */
.tl_blocks .buttons button {
filter: invert(100)
}
/* Active Buttons - Editor Mode */
.tl_tooltip button.active {
background-color: #757575;
filter: invert(0)
}
/* Separator - Editor Mode */
.tl_article.tl_article_edit [data-label]:after,
.tl_article.tl_article_edit.title_focused [data-label].empty:after {
border-right: 1px solid #fff;
}
.tl_article .tl_article_content code, .tl_article .tl_article_content pre {
font-family: Menlo,'Courier New',Courier,monospace;
font-size: 16px;
background: #646566;
}
}