Skip to content

Instantly share code, notes, and snippets.

@HeMe2
Created February 27, 2022 10:35
Show Gist options
  • Save HeMe2/746ba282740facc9f9ae47a75bb797dc to your computer and use it in GitHub Desktop.
Save HeMe2/746ba282740facc9f9ae47a75bb797dc to your computer and use it in GitHub Desktop.
/*
A CSS for blog.fefe.de optimized for smartphones with oled displays.
(Based on fefeblog.css)
*/
html{font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;color:Lightgray;background:#000}
blockquote{font-style:italic}
blockquote:before{content: "\201E"}
blockquote:after{content: "\201C"}
a:link{color:yellow}
ul{padding-left:0}
html ul li{margin:1em 0;padding:1em 0}
h2{font-variant:small-caps;font-size:2em}
h3{text-align:center;border-bottom:2px solid #FFF}
ul li ol li,ul li ul li{border:none;padding:0}
a:visited{color:Gray;text-decoration:line-through}
a:hover{color:GoldenRod}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment