Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitedbb595

Browse files
authored
changed code block color in copilot chat (#1350)
1 parentbe39003 commitedbb595

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 aboutcustomizing 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 aboutcustomizing 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)

[8]ページ先頭

©2009-2025 Movatter.jp