+2
-2
themes/dark.css
+2
-2
themes/dark.css
···
1
1
.bluesky-embed {
2
2
--font-size: 16px;
3
-
--font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji',
4
-
'Segoe UI Emoji';
3
+
--font-family:
4
+
system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
5
5
--max-feed-height: 600px;
6
6
}
7
7
+2
-2
themes/dim.css
+2
-2
themes/dim.css
···
1
1
.bluesky-embed {
2
2
--font-size: 16px;
3
-
--font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji',
4
-
'Segoe UI Emoji';
3
+
--font-family:
4
+
system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
5
5
--max-feed-height: 600px;
6
6
}
7
7
+2
-2
themes/light.css
+2
-2
themes/light.css
···
1
1
.bluesky-embed {
2
2
--font-size: 16px;
3
-
--font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji',
4
-
'Segoe UI Emoji';
3
+
--font-family:
4
+
system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
5
5
--max-feed-height: 600px;
6
6
}
7
7