web components for a integrable atproto based guestbook
at main 341 B view raw
1* { 2 box-sizing: border-box; 3 margin: 0; 4 padding: 0; 5} 6 7body { 8 margin: 0; 9 font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; 10 -webkit-font-smoothing: antialiased; 11 -moz-osx-font-smoothing: grayscale; 12 background-color: #f9fafb; 13 color: #000; 14 line-height: 1.5; 15} 16 17#app { 18 width: 100%; 19}