-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (48 loc) · 1.19 KB
/
style.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
57
/* :root { */
/* --slidev-code-padding: 8px 10px; */
/* --slidev-code-background: #16161680 !important; */
/* } */
/* Magic Links */
.markdown-magic-link {
display: inline-flex;
align-items: center;
transform: translateY(5px);
line-height: 100%;
color: #000b;
--uno: gap-1 transition rounded px1 py1 mx--0.5 important-border-0 font-condensed;
}
.dark .markdown-magic-link {
color: #fffc;
}
.markdown-magic-link:hover {
background: #8883;
}
.markdown-magic-link-image {
display: inline-block;
height: 1.2em;
width: 1.2em;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 2px;
}
.markdown-magic-link.markdown-magic-link-github-at {
transform: translateY(6px);
--uno: pl-0 py-0 pr2 uppercase text-sm gap-1.2 rounded-full;
}
.markdown-magic-link.markdown-magic-link-github-at .markdown-magic-link-image {
height: 1.6em;
width: 1.6em;
border-radius: 50%;
}
.slidev-code {
backdrop-filter: blur(10px);
border: 1px solid #eee1;
}
.rough-annotation > path[stroke-width='2'] {
stroke-width: calc(2px * var(--slidev-slide-scale));
}
.slidev-layout :not(pre) > code {
color: rgb(201, 158, 251);
background: #161616ee;
}