Merge pull request #2199 from spotify/shmidt-i/adjust-codeblock-background-docs

fix(docs): adjust code block background
This commit is contained in:
Ivan Shmidt
2020-08-31 23:36:08 +02:00
committed by GitHub
+1 -1
View File
@@ -216,7 +216,7 @@ td {
code {
font-family: IBM Plex Mono, Menlo, Monaco, Consolas, Courier New, monospace;
font-weight: 500;
background-color: #0e0e0e;
background-color: #272822;
}
/* .stripe {