search and/or read your saved and liked bluesky posts
wails
go
svelte
sqlite
desktop
bluesky
1html {
2 background-color: rgba(27, 38, 54, 1);
3 text-align: center;
4 color: white;
5}
6
7body {
8 margin: 0;
9 color: white;
10 font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
11 "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
12 sans-serif;
13}
14
15@font-face {
16 font-family: "Nunito";
17 font-style: normal;
18 font-weight: 400;
19 src: local(""),
20 url("assets/fonts/nunito-v16-latin-regular.woff2") format("woff2");
21}
22
23#app {
24 height: 100vh;
25 text-align: center;
26}