From 85787fc4042cc9c98e5abe61683a3e87a126af9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pilecki?= <100201725+Prawy126@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:11:47 +0100 Subject: [PATCH] Update jekyll-theme-hacker.scss --- _sass/jekyll-theme-hacker.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index 14055b9..01a6017 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -273,3 +273,12 @@ a:hover { #a-title { text-decoration: none; } + +.language-html .highlight { + background-color: #373b41 +} + +/* Comment */ +.language-html .html { + color: #378e37 +}