From b4214b8757c7ede1db1688075251946b2082f9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 9 Jul 2020 11:21:07 +0200 Subject: [PATCH] Make links more accessible in the docs (#1930) --- site/src/utils/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/utils/style.js b/site/src/utils/style.js index 3e33bab7c4..cd9a813797 100644 --- a/site/src/utils/style.js +++ b/site/src/utils/style.js @@ -16,7 +16,7 @@ export const colors = { darken2: darken(0.15), darken3: darken(0.2), reallyLightPink: '#f9e9fb', - hightlight: '#D36AC2', + hightlight: '#C43BAD', border: '#C865B9', bg: '#FAF9FA', color: '#1B1D1D',