From a97f2134c61867dbd8bbe2af458bf1cc7b58b5fa Mon Sep 17 00:00:00 2001 From: minimit Date: Mon, 22 Jun 2020 22:39:52 +0200 Subject: [PATCH] chore: code styles --- src/core/typography/_typography.less | 1 + src/gatsby/assets/styles/_demo.less | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/typography/_typography.less b/src/core/typography/_typography.less index 4cd6a8490aa..9e58102d8e0 100644 --- a/src/core/typography/_typography.less +++ b/src/core/typography/_typography.less @@ -50,6 +50,7 @@ dl, .dl-block { margin: 0; } } + /** * code */ diff --git a/src/gatsby/assets/styles/_demo.less b/src/gatsby/assets/styles/_demo.less index 10ad2ac4743..1f5968493c3 100644 --- a/src/gatsby/assets/styles/_demo.less +++ b/src/gatsby/assets/styles/_demo.less @@ -44,8 +44,8 @@ html.gatsby_iframe-container { code { margin: -.1em .1em; padding: .2em .35em; - border-radius: 6px; - background: @shade-200 !important; + border-radius: 0; + background: @shade-200-dark !important; .font-monospace(); font-size: .8em; color: @text;