Skip to content

Commit f5c4d81

Browse files
Andreas LinnertAndreas Linnert
authored andcommitted
Update links, icons and UI
1 parent 4c10a83 commit f5c4d81

File tree

548 files changed

+2736
-2438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

548 files changed

+2736
-2438
lines changed

index.css

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,41 @@
33
@tailwind utilities;
44

55
@layer base {
6-
svg {
7-
@apply fill-current align-middle;
6+
@font-face {
7+
font-family: InterVariable;
8+
font-style: normal;
9+
font-weight: 100 900;
10+
font-display: swap;
11+
src: url('/assets/fonts/InterVariable.woff2') format('woff2');
12+
}
13+
14+
:root {
15+
color-scheme: light dark;
16+
17+
&.light {
18+
color-scheme: light;
19+
}
20+
21+
&.dark {
22+
color-scheme: dark;
823
}
24+
}
25+
26+
svg {
27+
@apply fill-current align-middle;
28+
}
929
}
1030

1131
@layer components {
12-
.px-page {
13-
@apply px-2 sm:px-4 lg:px-6;
14-
}
32+
.px-page {
33+
@apply px-2 sm:px-4 lg:px-6;
34+
}
1535

16-
.py-page {
17-
@apply py-2 sm:py-4 lg:py-6;
18-
}
36+
.py-page {
37+
@apply py-2 sm:py-4 lg:py-6;
38+
}
1939

20-
.p-page {
21-
@apply p-2 sm:p-4 lg:p-6;
22-
}
40+
.p-page {
41+
@apply p-2 sm:p-4 lg:p-6;
42+
}
2343
}

0 commit comments

Comments
 (0)