From 25475f54cee3da129c9dc34ad3ceef70a83b0441 Mon Sep 17 00:00:00 2001 From: Jasmine Daly Date: Fri, 15 Nov 2024 09:47:53 -0500 Subject: [PATCH] Update theme-dark.scss Co-authored-by: Beni Altmann <100207206+Baltmann01@users.noreply.github.com> --- theme-dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-dark.scss b/theme-dark.scss index 1c42a09..cbe9db1 100644 --- a/theme-dark.scss +++ b/theme-dark.scss @@ -1,6 +1,6 @@ /*-- scss:defaults --*/ $body-bg: #181818; -$body-color: white; +$body-color: #d0d0d0; $link-color: #75AADB; $sidebar-bg: #303030; $code-background-alpha: -.8;