From 6aa83407a74083e30f5aea403351d35474f54eff Mon Sep 17 00:00:00 2001 From: Paridhi <073bct525.paridhi@pcampus.edu.np> Date: Tue, 28 Jan 2025 10:02:28 -0600 Subject: [PATCH] change link color --- veda.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veda.config.js b/veda.config.js index 7ae16aeb1..47335bf64 100644 --- a/veda.config.js +++ b/veda.config.js @@ -131,7 +131,7 @@ module.exports = { card: { sideBarColor: '#082a64', textColor: '#1B2631', - linkColor: '#175074' + linkColor: '#1565ef' }, acceptButton: { default: { backgroundColor: '#082a64', textColor: 'white' },