-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark.user.css
42 lines (32 loc) · 915 Bytes
/
dark.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
/* ==UserStyle==
@name dark
@namespace WFtheme
@version 2.0.1
@description WorkFlowy style
@homepageURL https://github.com/hodanli/WFtheme
@updateURL https://raw.githubusercontent.com/hodanli/WFtheme/main/dark.user.css
@author hodanli
@preprocessor default
@var color tag_color "Tag Color" #80cce5
@var color tag_background "Tag Background" #80cce542
@var color link_color "Link Color" #e7adec
@var color link_background "Link Background" #e596ec4a
@var color note_color "Note Color" #ec9843
==/UserStyle== */
@-moz-document domain("workflowy.com") {
._1ixna7g .contentLink {
color: var(--link_color);
cursor: pointer;
background: var(--link_background);
}
._1ixna7g .contentTag {
color: var(--tag_color);
background: var(--tag_background);
}
._1ixna7g .contentTagText {
text-decoration: none;
}
._19rvtoi {
color: var(--note_color);
}
}