alpha
Login
or
Join now
atpota.to
/
cred.blue
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 compare color
author
damedotblog
date
1 year ago
(Feb 18, 2025, 6:37 PM -0500)
commit
a5a4c904
a5a4c904227d810ebd9f85d7a58c9a36b2303b2d
parent
8ba0c2ee
8ba0c2eedd170d0d7ff84957f7ee25d699e7d150
+4
1 changed file
Expand all
Collapse all
Unified
Split
src
components
ScoreResult.css
+4
src/components/ScoreResult.css
Reviewed
···
311
311
color: #333;
312
312
}
313
313
314
314
+
.dark-mode .comparison-summary p {
315
315
+
color: white;
316
316
+
}
317
317
+
314
318
.comparison-summary-text {
315
319
padding-bottom: 15px;
316
320
}