CSS easy custom dark theme for Digg site (using Stylus)
I made this CSS for myself and want to share it...
is a simple theme for the site, make it a bit more artistic I think, also a bit more consistent, I hope someone like and enjoy using this theme, have nice day
if you want use this CSS just install Stylus addon:
Official site, Chrome, Firefox
then need to install this font:
FFF Forward
following the code...
* {
font-family: monospace;
font-size: 1.01em;
font-weight: 300;
border: unset }
a {
color: #00ff96 !important }
body {
background: #1a1923 }
.sticky {
background: black }
body > main > section > section:nth-child(2) > div > header > div {
background: transparent }
h1, h2, h3 {
font-family: "FFF Forward" !important;
font-weight: 300;
letter-spacing: 0.5px;
text-shadow: 10px 10px 10px #0000002b, 0 1px 0 #909090, 0 2px 0 #9a9a9a, 0 3px 0 #101010, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15), 0 0 10px #000;
color: #f8f8ff }
img,
button,
.relative,
.absolute,
.flex {
border-radius: 3px !important }
6 Comments