Skip to content

sheepolution.com - Aug 2024 by julian-hoch

Screenshot of sheepolution.com - Aug 2024

Details

Authorjulian-hoch

LicenseNo License

Categorysheepolution.com

Created

Updated

Size649 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple Dark Mode for sheepolution.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           sheepolution.com - Aug 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */


@-moz-document domain('sheepolution.com') {
  
.book {
  background-color: #150015;
}

#menu {
  background-color: #1b0317;
}

div#top {
  background: #010;
}

body {
    color: #b2acb2;
}

code.hljs {
    background-color: #22102c;
}

span.hljs-keyword {
    color: #b2b2b5;
}

code.language-lua.hljs {
    color: #9377a6;
}

span.hljs-title {
    color: #ee33f4;
}

.book .chapter p > code {
    background-color: #210036;
    color: #c6bbd9;
  }
}

Reviews

No reviews yet.