From 9cc56b06963cf775232dea9134cb30c362f2c4e9 Mon Sep 17 00:00:00 2001 From: Jorge Date: Sat, 24 Jul 2021 17:34:22 +0200 Subject: [PATCH] fix: put color to the beginning of the css --- docs/assets/css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 620c012..03e965e 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -1,14 +1,14 @@ --- --- -@import "jekyll-theme-cayman"; - $header-bg-color: #ff6b37 !default; $header-bg-color-secondary: #5f5278 !default; $body-link-color: #3b95ef !default; $section-headings-color: #ff6b37 !default; +@import "jekyll-theme-cayman"; + strong { color: #788286; }