The 1st decentralized social network for sharing when you're on the toilet. Post a "flush" today! Powered by the AT Protocol.

fix

dame-is 1332f0a8 fb93609d

+2 -2
+2 -2
src/app/globals.css
··· 6 6 --secondary-hover: #155690; 7 7 --success-color: #4caf50; 8 8 --success-hover: #43a047; 9 - --background-color: #f9f9f9; 9 + --background-color: #eaf5ff; 10 10 --background-start-rgb: 249, 249, 249; 11 11 --background-end-rgb: 255, 255, 255; 12 12 --card-background: #ffffff; ··· 183 183 font-weight: 400; 184 184 line-height: 1.6; 185 185 color: var(--text-color); 186 - background-color: #eaf5ff; 186 + background-color: var(--background-color); 187 187 min-height: 100vh; 188 188 } 189 189