diff --git a/assets/css/style.scss b/assets/css/style.scss index 47cd764ba..9c6a1cd09 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -41,6 +41,10 @@ color: #00FFFF; } +.chat-transcript h1 { + display: none; +} + .chat-transcript h4 { color: #32FF32; border-top: 1px solid #32FF32; diff --git a/share/index.md b/share/index.md index 30394c8c4..ea0edfd0e 100644 --- a/share/index.md +++ b/share/index.md @@ -22,9 +22,8 @@ with sensible commit messages. #### These are chat messages written by the user. Chat responses from GPT are in a blue font like this, -and often include colorized "diffs" where GPT is making changes -to the source code in the repo. -Here's a sample edit block that switches from printing "hello" to "goodbye": +and often include colorized "diffs" where GPT is editing code: + ```python hello.py