Skip to content

crawshaw.io by obk

Details

Authorobk

LicenseMIT

Categorycrawshaw.io

Created

Updated

Size906 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for crawshaw.io

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         crawshaw.io
@version      20220923.17.26
@namespace    userstyles.world/user/obk
@description  dark mode for crawshaw.io
@author       obk
@license      MIT
==/UserStyle== */

/* ==UserStyle==
@name         crawshaw.io dark mode
@version      0.1.1
@namespace    userstyles.world/user/obk
@description  dark mode for crawshaw.io
@author       obk
@license      MIT
==/UserStyle== */

@-moz-document domain("crawshaw.io") {
::selection {
  background-color: #ddd;
  color: #ff4136;
}
html {
  font-size:1.3em;
  background-color: #1a1a1d;
  color: #ddd;
  max-width: 1000px;
  margin: auto;
}
footer {
  color: #ddd;
  text-align: right;
}
a {
  text-decoration: none;
  position: relative;
  color: #ff4136;
}
a.datelink {
  color: #ff4136;
}
blockquote {
  color: #ddd;
  border-left: 3px solid #ff4136;
}
code {
  color: #3d9970;
}
h1,h2,h3,h4,h5,h6{
   color: #2ECC40;
}
}

Reviews

No reviews yet.