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
change newsletter link
author
damedotblog
date
1 year ago
(Feb 19, 2025, 6:13 PM -0500)
commit
26009fc4
26009fc403eb234bb9dab2ce9dc501db4bc29a11
parent
457a9672
457a9672bbe7c9b38770cb4b0565655645387017
+7
-2
4 changed files
Expand all
Collapse all
Unified
Split
src
components
CompareScores
CompareScores.css
Home
Home.css
Navbar
Navbar.js
styles
variables.css
+1
src/components/CompareScores/CompareScores.css
Reviewed
···
497
497
498
498
.compare-scores-page input {
499
499
margin-top: 10px;
500
500
+
border: 2px solid var(--button-bg);
500
501
}
501
502
502
503
.compare-scores-page h1 {
+4
src/components/Home/Home.css
Reviewed
···
24
24
transition: background-color 0.3s ease, border-color 0.3s ease;
25
25
}
26
26
27
27
+
.home-content .circular-badge{
28
28
+
margin-left: -21.5px;
29
29
+
}
30
30
+
27
31
.home-context-text {
28
32
max-width: 320px;
29
33
margin: auto;
+1
-1
src/components/Navbar/Navbar.js
Reviewed
···
67
67
<button
68
68
className="navbar-newsletter-button"
69
69
type="button"
70
70
-
onClick={() => window.open('https://cred.blue/newsletter', '_blank')}
70
70
+
onClick={() => window.open('https://cred.blue/newsletter')}
71
71
>
72
72
newsletter
73
73
</button>
+1
-1
src/styles/variables.css
Reviewed
···
15
15
--navbar-text: #f5f5f5;
16
16
--button-bg: #3b9af8;
17
17
--button-text: #f5f5f5;
18
18
-
--background: #121212;
18
18
+
--background: #181818;
19
19
--text: #ffffff;
20
20
--card-border: #333333; /* Darker border for dark mode */
21
21
--circular-logo-text: #ffffff98; /* Default dark mode color */