-
Notifications
You must be signed in to change notification settings - Fork 0
/
light.user.css
40 lines (32 loc) · 919 Bytes
/
light.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
/* ==UserStyle==
@name light
@namespace WFtheme
@version 2.0.0
@description WorkFlowy style
@homepageURL https://github.com/hodanli/WFtheme
@updateURL https://raw.githubusercontent.com/hodanli/WFtheme/main/light.user.css
@author hodanli
@preprocessor default
@var color tag_color "Tag Color" #a615a6
@var color tag_background "Tag Background" #b61db929
@var color link_color "Link Color" #2969b3
@var color link_background "Link Background" #0c76ac24
@var color note_color "Note Color" #c18105
==/UserStyle== */
@-moz-document domain("workflowy.com") {
._87nin8 .contentTag {
color: var(--tag_color);
background: var(--tag_background);
}
._87nin8 .contentTagText {
text-decoration: none;
}
._tmxjr5 {
color: var(--note_color);
}
._87nin8 .contentLink {
color: var(--link_color);
text-decoration: none;
background: var(--link_background);
}
}