From 808c50ba4a67956a670b8b42a9958cad7229689a Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Wed, 13 Nov 2019 09:28:58 -0800 Subject: [PATCH] _sass: Remove custom colors --- _sass/custom/variables.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_sass/custom/variables.scss b/_sass/custom/variables.scss index e27620d..2751943 100644 --- a/_sass/custom/variables.scss +++ b/_sass/custom/variables.scss @@ -1,10 +1,6 @@ // Typography $body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; -// Colors -$link-color: $blue-100; -$sidebar-color: $body-background-color; - // Layout $gutter-spacing: $sp-6; $gutter-spacing-sm: $sp-4; -- GitLab