Skip to content

Commit 72b328d

Browse files
style: update styles
1 parent c7949b1 commit 72b328d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • styles
    • github/assets/hb/modules/syntax-highlighting/scss
    • tango/assets/hb/modules/syntax-highlighting/scss

styles/github/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* Generated using: hugo gen chromastyles --style=github */
22

3-
/* Background */ .bg { background-color:#fff; }
4-
/* PreWrapper */ .chroma { background-color:#fff; }
3+
/* Background */ .bg { background-color:#f7f7f7; }
4+
/* PreWrapper */ .chroma { background-color:#f7f7f7; }
55
/* Error */ .chroma .err { color:#f6f8fa;background-color:#82071e }
66
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
77
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
88
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
9-
/* LineHighlight */ .chroma .hl { background-color:#e5e5e5 }
9+
/* LineHighlight */ .chroma .hl { background-color:#dedede }
1010
/* LineNumbersTable */ .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
1111
/* LineNumbers */ .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
1212
/* Line */ .chroma .line { display:flex; }

styles/tango/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@
8484
/* GenericSubheading */ .chroma .gu { color:#800080;font-weight:bold }
8585
/* GenericTraceback */ .chroma .gt { color:#a40000;font-weight:bold }
8686
/* GenericUnderline */ .chroma .gl { color:#000;text-decoration:underline }
87-
/* TextWhitespace */ .chroma .w { color:#f8f8f8;text-decoration:underline }
87+
/* TextWhitespace */ .chroma .w { color:#f8f8f8 }

0 commit comments

Comments
 (0)