Skip to content

Commit edbb595

Browse files
authored
changed code block color in copilot chat (#1350)
1 parent be39003 commit edbb595

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

assets/css/docs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/docs.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/_helpbub.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@
3333
inset: 0;
3434
margin: auto;
3535
}
36+
37+
.codehilite {
38+
code {
39+
color: $helphub-copilot-code-color !important
40+
}
41+
}

assets/scss/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ $bd-link-hover-color: color.adjust($bd-link-color, $lightness: -15%) !default;
7171
$helpbub-bg: #3f4255;
7272
$helpbub-text-color: #b0c4e7;
7373
$helpbub-border: #35384b;
74+
$helphub-copilot-code-color: #eff;
7475

7576
// Fonts
7677
// stylelint-disable value-keyword-case

0 commit comments

Comments
 (0)