a demonstration replicated social networking web app built with anproto wiredove.net/
social ed25519 protocols

tweak navbar styles

+3 -2
+3 -2
style.css
··· 115 115 z-index: 1; 116 116 top: 0; 117 117 left: 0; 118 - background-color: rgba(242,242,242,0.5); 118 + background-color: rgba(248,248,248,0.5); 119 + border-bottom: 1px solid #eee; 119 120 backdrop-filter: blur(10px); 120 121 } 121 122 ··· 138 139 background-color: #181818; 139 140 color: #ccc; 140 141 } 141 - #navbar { background-color: rgba(24,24,24,0.2); } 142 + #navbar { background-color: rgba(34,34,34,0.5); border-bottom: 1px solid #333; } 142 143 .message { background-color: #222; border: 1px solid #1e1e1e;} 143 144 .message:hover { border: 1px solid #333;} 144 145