-
Notifications
You must be signed in to change notification settings - Fork 0
/
bddt.user.css
44 lines (43 loc) · 1.22 KB
/
bddt.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* ==UserStyle==
@name Blender Docs Dark Theme
@namespace github.com/ikorobus
@version 0.1.1
@description Simple Blender Docs dark theme.
@author Cynthia T. (https://github.com/ikorobus)
@homepageURL https://github.com/ikorobus/blender-docs-dark-theme
@supportURL https://github.com/ikorobus/blender-docs-dark-theme/issues
@updateURL https://raw.githubusercontent.com/ikorobus/blender-docs-dark-theme/main/bddt.user.css
@license CC BY-SA 4.0
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("docs.blender.org") {
.wy-nav-content {
background: #202020;
color: #eee;
box-shadow: 0 0 15px #000000;
}
.wy-nav-content-wrap {
background: #111111;
}
.refbox,
.admonition,
.rst-content div[class^=highlight] pre {
color: #111111!important;
}
.btn,
.btn-neutral,
.btn-neutral:visited {
background-color: #000!important;
color: #eee!important;
}
.btn:hover {
background-color: #e6892c!important;
color: #eee!important;
}
.descr {
box-shadow: 0px 1px 4px 0px #111111, 0px 15px 20px -1px #111111;
}
.descr dl dd {
color: #eee;
}
}