Skip to content

Commit c473798

Browse files
committed
public assets
1 parent 2b456ec commit c473798

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

apps/public/custom.css

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Google+Sans+Flex:wght@420;430;500;600&family=Google+Sans+Code:wght@400;500&display=swap');
2+
3+
:root {
4+
--marimo-text-font: 'Google Sans Flex', sans-serif !important;
5+
--marimo-heading-font: 'Geist', sans-serif !important;
6+
--marimo-monospace-font: 'Google Sans Code', monospace !important;
7+
}
8+
9+
.prose {
10+
font-family: var(--marimo-text-font) !important;
11+
font-size: 17px !important;
12+
line-height: 1.5 !important;
13+
}
14+
15+
.prose p,
16+
.prose ul,
17+
.prose ol,
18+
.prose li,
19+
.prose table {
20+
font-family: var(--marimo-text-font) !important;
21+
font-size: 16.5px !important;
22+
line-height: 1.5 !important;
23+
color: #1f2937;
24+
}
25+
26+
.prose h1,
27+
.prose h2,
28+
.prose h3 {
29+
font-family: var(--marimo-heading-font) !important;
30+
font-weight: 500;
31+
letter-spacing: -0.02em;
32+
}
33+
34+
.prose code {
35+
font-family: var(--marimo-monospace-font) !important;
36+
color: #1d4ed8 !important;
37+
background-color: #f3f4f6 !important;
38+
padding: 2px 6px !important;
39+
border-radius: 6px !important;
40+
border: 1px solid #e5e7eb !important;
41+
font-size: 15px !important;
42+
line-height: 1.5 !important;
43+
font-weight: 400 !important;
44+
}
45+
46+
h1,
47+
h2,
48+
h3,
49+
h4,
50+
h5,
51+
h6 {
52+
scroll-margin-top: 85px !important;
53+
}

apps/public/images/gs-01.png

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)