search and/or read your saved and liked bluesky posts
wails go svelte sqlite desktop bluesky
at main 28 lines 639 B view raw
1@import "tailwindcss"; 2@plugin "@egoist/tailwindcss-icons"; 3 4@theme { 5 --font-mono: "JetBrains Mono Variable", monospace; 6 --font-sans: "Geist Variable", sans-serif; 7 --font-serif: "Lora Variable", serif; 8 --color-surface: #0a0a0a; 9 --color-outline: #1a1a1a; 10 --color-muted: #737373; 11 --color-primary: #33b1ff; 12 --color-primary-bright: #0f62fe; 13 --color-secondary: #ee5396; 14 --color-secondary-bright: #ff7eb6; 15 --color-bright: #e5e5e5; 16} 17 18html { 19 background-color: #000000; 20 color: #e5e5e5; 21} 22 23body { 24 margin: 0; 25 font-family: var(--font-sans); 26 -webkit-font-smoothing: antialiased; 27 -moz-osx-font-smoothing: grayscale; 28}