mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
switch syntax theme
This commit is contained in:
parent
e9088bd085
commit
679ad1b4f1
@ -2,7 +2,7 @@
|
|||||||
import './src/styles/global.scss'
|
import './src/styles/global.scss'
|
||||||
|
|
||||||
// import prismjs syntax highlighting styles
|
// import prismjs syntax highlighting styles
|
||||||
import 'prismjs/themes/prism-tomorrow.css'
|
import 'prismjs/themes/prism-okaidia.css'
|
||||||
|
|
||||||
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
|
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
|
||||||
if (typeof window.IntersectionObserver === 'undefined') {
|
if (typeof window.IntersectionObserver === 'undefined') {
|
||||||
|
@ -246,7 +246,7 @@ samp {
|
|||||||
font-family: $font-family-monospace !important;
|
font-family: $font-family-monospace !important;
|
||||||
font-size: $font-size-small !important;
|
font-size: $font-size-small !important;
|
||||||
background: $brand-black !important;
|
background: $brand-black !important;
|
||||||
color: $brand-white !important;
|
color: $brand-grey-lighter !important;
|
||||||
border-radius: $border-radius !important;
|
border-radius: $border-radius !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user