We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259b180 commit e30c89aCopy full SHA for e30c89a
gatsby-browser.js
@@ -1,2 +1,2 @@
1
-require('prism-themes/themes/prism-atom-dark.css');
+require('prism-themes/themes/prism-duotone-sea.css');
2
require('prismjs/plugins/line-numbers/prism-line-numbers.css');
src/global/GlobalStyle.js
@@ -111,7 +111,7 @@ export default createGlobalStyle`
111
}
112
113
.gatsby-highlight {
114
- background-color: #1d1f21;
+ background-color: #1d262f;
115
border-radius: 0.3em;
116
margin: 30px 0 0;
117
padding: 1em;
0 commit comments