2
0
Files
bot/apps/viewer/assets/styles.css

7 lines
204 B
CSS
Raw Normal View History

2021-12-23 16:31:56 +01:00
body {
margin: 0;
2022-04-14 15:51:07 -07:00
overflow: hidden;
2022-09-21 08:00:25 +02:00
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
2021-12-23 16:31:56 +01:00
}