alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix
author
dame-is
date
6 months ago
(Dec 5, 2025, 1:18 AM -0500)
commit
32254944
322549447295c686a7e1ae76ed4ba28366fd663c
parent
bbb38a8e
bbb38a8e798afd4f1b9d092134f94e164c39a2c7
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
app
globals.css
+1
-1
src/app/globals.css
Reviewed
···
183
183
font-weight: 400;
184
184
line-height: 1.6;
185
185
color: var(--text-color);
186
186
-
background-color: var(--background-color);
186
186
+
background-color: #eaf5ff;
187
187
min-height: 100vh;
188
188
}
189
189