Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/css/_partial/highlight.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
highlight-background = #2d2d2d
highlight-current-line = #393939
highlight-selection = var(--highlight-selection)
highlight-foreground = #cccccc
// highlight-foreground = #cccccc
highlight-foreground = var(--article-text)
highlight-comment = #999999
highlight-red = #f2777a
highlight-orange = #f99157
Expand Down
3 changes: 2 additions & 1 deletion source/css/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ color-B10 = alpha(black, 0.1)

--highlight-selection: 0.35 0.035
--article-code-bg: 0.40 0.04
--article-block: 0.20 0.02
// --article-block: 0.20 0.02
--article-block: --page-background
--link: --primary
--link-hover-bg: 0.40 0.08
--link-active-bg: 0.35 0.07
Expand Down