From 87f9ac55c1df5947c56ff08559ee206b2e2f00fc Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 13:54:06 -0400 Subject: [PATCH] chore: accent color --- src/assets/styles/base/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 8596281c..e1db4774 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -5,7 +5,7 @@ html { font-size: var(--font-size-base); line-height: var(--line-height-base); background: var(--background-color); - margin: 0; + accent-color: var(--accent-color) } ::-moz-selection {