From c21971d1fcc0ee2dc3bdf489eb6ac581ee5e0f3d Mon Sep 17 00:00:00 2001 From: CoastalCommitsManagement Date: Mon, 21 Aug 2023 20:25:14 -0400 Subject: [PATCH] Automatic commit --- theme-Dark.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme-Dark.css b/theme-Dark.css index 81f9e3d..bb079ae 100644 --- a/theme-Dark.css +++ b/theme-Dark.css @@ -5,7 +5,7 @@ :root { --is-dark-theme: true; --color-primary: #3d86ff; - --color-primary-contrast: #ffffff; + --color-primary-contrast: #ffffff; --color-primary-dark-1: #458afc; --color-primary-dark-2: #4a8dfd; --color-primary-dark-3: #5998ff; @@ -262,6 +262,10 @@ background: #347cb3; } +.chroma .nx { + color: var(--color-primary-light-1) !important; +} + .repository .diff-detail-box .diff-detail-stats strong:nth-of-type(3) { color: var(--color-violet); }