"vscode:/vscode.git/clone" did not exist on "15a9a93b9e0e6173b936691a2cddced0ecfd271f"
styling.css 322 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

pre, code, .font-mono {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
}

.nav-logo {
    height: 44px;
}

.eyebrow {
    color: #666;
    font-weight: 400;
}