This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

change newsletter link

+7 -2
+1
src/components/CompareScores/CompareScores.css
··· 497 497 498 498 .compare-scores-page input { 499 499 margin-top: 10px; 500 + border: 2px solid var(--button-bg); 500 501 } 501 502 502 503 .compare-scores-page h1 {
+4
src/components/Home/Home.css
··· 24 24 transition: background-color 0.3s ease, border-color 0.3s ease; 25 25 } 26 26 27 + .home-content .circular-badge{ 28 + margin-left: -21.5px; 29 + } 30 + 27 31 .home-context-text { 28 32 max-width: 320px; 29 33 margin: auto;
+1 -1
src/components/Navbar/Navbar.js
··· 67 67 <button 68 68 className="navbar-newsletter-button" 69 69 type="button" 70 - onClick={() => window.open('https://cred.blue/newsletter', '_blank')} 70 + onClick={() => window.open('https://cred.blue/newsletter')} 71 71 > 72 72 newsletter 73 73 </button>
+1 -1
src/styles/variables.css
··· 15 15 --navbar-text: #f5f5f5; 16 16 --button-bg: #3b9af8; 17 17 --button-text: #f5f5f5; 18 - --background: #121212; 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 */