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, 2:17 AM -0500)
commit
1332f0a8
1332f0a8899e389d668afeaca4df9770f3d2207e
parent
fb93609d
fb93609d6637d9983fe22b5f1c58a4cc8de7e960
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
app
globals.css
+2
-2
src/app/globals.css
Reviewed
···
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