generated from fuzdev/fuz_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
98 lines (84 loc) · 1.45 KB
/
theme.css
File metadata and controls
98 lines (84 loc) · 1.45 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.token_processing_instruction,
.token_doctype,
.token_cdata,
.token_punctuation {
color: var(--text_50);
}
.token_tag,
.token_constant,
.token_symbol,
.token_deleted,
.token_keyword,
.token_null,
.token_boolean,
.token_interpolation_punctuation,
.token_heading,
.token_heading_punctuation,
.token_tag_punctuation {
color: var(--color_a_50);
}
.token_comment,
.token_char,
.token_inserted,
.token_blockquote,
.token_blockquote_punctuation {
color: var(--color_b_50);
}
.token_builtin,
.token_class_name,
.token_number {
color: var(--color_j_50);
}
.token_attr_value,
.token_attr_quote,
.token_string,
.token_template_punctuation,
.token_inline_code,
.token_code_punctuation {
color: var(--color_h_50);
}
/* attr_equals must be after attr_value */
.token_attr_equals {
color: var(--text_50);
}
.token_selector,
.token_function,
.token_regex,
.token_important,
.token_variable {
color: var(--color_e_50);
}
.token_atrule {
color: var(--color_f_50);
}
.token_attr_name,
.token_property,
.token_decorator,
.token_decorator_name,
.token_link_text_wrapper,
.token_link_text,
.token_link_punctuation {
color: var(--color_i_50);
}
.token_special_keyword,
.token_namespace,
.token_rule {
color: var(--color_g_50);
}
.token_at_keyword,
.token_url {
color: var(--color_d_50);
}
.token_url {
text-decoration: underline;
}
.token_strikethrough {
text-decoration: line-through;
}
.token_important,
.token_bold {
font-weight: bold;
}
.token_italic {
font-style: italic;
}