1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-28 16:48:03 +02:00

switch syntax theme

This commit is contained in:
Matthias Kretschmann 2018-11-09 22:14:20 +01:00
parent e9088bd085
commit 679ad1b4f1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import './src/styles/global.scss'
// import prismjs syntax highlighting styles
import 'prismjs/themes/prism-tomorrow.css'
import 'prismjs/themes/prism-okaidia.css'
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
if (typeof window.IntersectionObserver === 'undefined') {

View File

@ -246,7 +246,7 @@ samp {
font-family: $font-family-monospace !important;
font-size: $font-size-small !important;
background: $brand-black !important;
color: $brand-white !important;
color: $brand-grey-lighter !important;
border-radius: $border-radius !important;
}