Skip to content

drewdevault.com by obk

Screenshot of drewdevault.com

Details

Authorobk

LicenseMIT

Categorydrewdevault.com

Created

Updated

Size787 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark theme for drewdevault.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         drewdevault.com
@version      20211229.02.55
@namespace    userstyles.world/user/obk
@description  dark theme for drewdevault.com
@author       obk
@license      MIT
==/UserStyle== */

@-moz-document domain("drewdevault.com") {
::selection {
    background-color: #ddd;
    color: #ff4136;
  }
html {
  background-color: #1a1a1d;
  color: #ddd;
  max-width: 800px;
  margin: auto;

}
footer {
  color: #ddd;
  text-align: right;
}
a {
  text-decoration: none;
  position: relative;
  color: #ff4136;
}
.webring .article{
   color: #dddddd;
   background: #ff4136
}
.webring .article a{
   color: #ddd
}
pre {
    background: #aaa;
   color: #1a1a1d
}
.index .article-list .date{
   color: #ddd
}
blockquote{
   background-color: #85144b;
  color: #ddd;
}
}

Reviews

No reviews yet.