From 35f7428a60c5ff44130d148da6ed7d9996c689b5 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Fri, 11 Jun 2021 12:47:19 +0700 Subject: [PATCH] fix highlight --- _sass/minima-dark/_base.scss | 2 +- assets/css/home.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/minima-dark/_base.scss b/_sass/minima-dark/_base.scss index 617e3a1..fc5a87f 100644 --- a/_sass/minima-dark/_base.scss +++ b/_sass/minima-dark/_base.scss @@ -295,5 +295,5 @@ table { } ::selection { - background: var(--highlight-color); + background: $highlight; } \ No newline at end of file diff --git a/assets/css/home.scss b/assets/css/home.scss index 57b8193..a795bf3 100644 --- a/assets/css/home.scss +++ b/assets/css/home.scss @@ -7,5 +7,4 @@ // Override some variables on the home page :root { --content-width: 1180px; - --highlight-color: $highlight; } \ No newline at end of file