1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Removed the border of code snippets.

This commit is contained in:
Cotes Chung
2020-04-05 19:27:03 +08:00
parent af6f6a2812
commit 456f04112c
4 changed files with 2 additions and 14 deletions

View File

@@ -77,7 +77,6 @@
/*----- My styles ------*/
--code-highlighter-rouge: #272822;
--highlight-bg-color: #272822;
--highlighter-rouge-color: #de6b18;
@@ -85,7 +84,6 @@
--highlight-lineno-border-color: #3c4042;
.highlight {
@include highlight-box-shadow(none);
.gp { color: #818c96; }
}
pre { color: #818c96 } /* override Bootstrap */

View File

@@ -71,7 +71,6 @@
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
/*--- custom light colors ---*/
--code-highlighter-rouge: #e9ecef;
--highlight-bg-color: #f7f7f7;
--highlighter-rouge-color: #353a3d;
--highlight-lineno-color: #c2c6cc;

View File

@@ -30,7 +30,7 @@
--text-muted-color: gray;
--tb-odd-bg: #f8f9fa;
--tb-odd-bg: #fbfcfd;
--tb-even-border-color: rgba(210, 215, 217, 0.75);