generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
56 lines (47 loc) · 951 Bytes
/
styles.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
45
46
47
48
49
50
51
52
53
54
55
56
.snsvrno-tags-def-preview {
display: block !important;
}
.snsvrno-tags-def {
background: var(--code-background);
padding: 3px 10px;
margin: 10px 0px;
border-radius: 10px;
}
.snsvrno-tags-example {
display: flex;
align-items: center;
}
.snsvrno-tags-example a {
font-size: 1.0em;
}
.snsvrno-tags-example-container {
margin-left: 8px;
display: flex;
flex-flow: wrap;
}
.snsvrno-tags-example-text {
margin: 0px;
color: var(--code-comment);
font-size: 1.0em;
}
.snsvrno-tags-matches-count {
font-size: 1.0em;
font-family: var(--font-monospace);
color: var(--code-important);
font-weight: bold;
}
.snsvrno-tags-keyword-div {
padding-left: 10px;
}
.snsvrno-tags-keyword {
font-family: var(--font-monospace);
color: var(--code-keyword);
background: var(--code-background);
padding: 1px 4px;
border-radius: 4px;
}
.snsvrno-tags-class {
color: var(--code-function);
font-family: var(--font-monospace);
font-style: italic;
}