-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
95 lines (79 loc) · 2.12 KB
/
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
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
@import 'nextra-theme-blog/dist/style.css' layer(nextra-base);
@tailwind utilities;
@layer utilities {
a.external:after {
box-sizing: border-box;
border: none;
background: url('data:image/svg+xml;utf8,<svg color="%23464646" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 18L18 6m0 0H9m9 0v9"/></svg>') no-repeat;
background-size: cover;
content: "";
margin: 0;
display: inline-block;
height: 0.875em;
width: 0.875em;
}
}
@font-face {
font-family: "Inter var";
font-style: normal;
font-weight: 100 900;
font-display: block;
src: url(/fonts/Inter-roman.latin.var.woff2) format("woff2");
}
@font-face {
font-family: "Inter var";
font-style: italic;
font-weight: 100 900;
font-display: block;
src: url(/fonts/Inter-italic.latin.var.woff2) format("woff2");
font-named-instance: "Italic";
}
body {
--nextra-bg: 20, 20, 20;
font-family: "Inter var", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
-webkit-font-smoothing: subpixel-antialiased;
font-feature-settings: "case" 1, "cpsp" 1, "dlig" 1, "cv01" 1, "cv02", "cv03" 1, "cv04" 1;
font-variation-settings: "wght" 450;
font-variant: common-ligatures contextual;
}
b,
strong,
h3,
h4,
h5,
h6 {
font-variation-settings: "wght" 650;
}
h1 {
font-variation-settings: "wght" 850;
}
h2 {
font-variation-settings: "wght" 750;
}
@media screen and (min-device-pixel-ratio: 1.5), screen and (min-resolution: 1.5dppx) {
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}
details summary {
cursor: pointer;
}
img.next-image {
margin: 0;
}
img.badge {
margin: 0;
display: inline-flex;
}
.prose a {
color: #0074de;
}
._prose {
max-width: 85ch;
}
.nav-line .nav-link {
color: #69778c;
}