Skip to content

Commit 53a5a20

Browse files
authored
Merge pull request #339 from LLM-Coding/copilot/style-align-asciidoc-heading-colors
style: align AsciiDoc heading colors with brand blue
2 parents a32949b + 1dbf878 commit 53a5a20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/styles/asciidoctor-scoped.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
& h6 {
3737
font-family: 'Open Sans', 'DejaVu Sans', sans-serif;
3838
font-weight: 300;
39-
color: #ba3925;
39+
color: #2563eb;
4040
text-rendering: optimizeLegibility;
4141
margin-top: 1em;
4242
margin-bottom: 0.5em;

website/src/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ body {
292292
.dark .asciidoc-content h4,
293293
.dark .asciidoc-content h5,
294294
.dark .asciidoc-content h6 {
295-
color: #f9fafb;
295+
color: #60a5fa;
296296
}
297297

298298
.dark .asciidoc-content a {

0 commit comments

Comments
 (0)