tangled
alpha
login
or
join now
atpota.to
/
flushes.app
16
fork
atom
The 1st decentralized social network for sharing when you're on the toilet. Post a "flush" today! Powered by the AT Protocol.
16
fork
atom
overview
issues
pulls
pipelines
fix
dame-is
3 months ago
1332f0a8
fb93609d
+2
-2
1 changed file
expand all
collapse all
unified
split
src
app
globals.css
+2
-2
src/app/globals.css
···
6
6
--secondary-hover: #155690;
7
7
--success-color: #4caf50;
8
8
--success-hover: #43a047;
9
9
-
--background-color: #f9f9f9;
9
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
186
-
background-color: #eaf5ff;
186
186
+
background-color: var(--background-color);
187
187
min-height: 100vh;
188
188
}
189
189