From 3c5a33d8f83982c55091e5d83f3a6bda5db1ca18 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
Date: Sun, 05 Mar 2023 18:32:43 +0000
Subject: [PATCH] Refactor syntax highlight (#780)
---
exampleSite/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/exampleSite/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content b/exampleSite/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content
index e7aea9e..ef26525 100644
--- a/exampleSite/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content
+++ b/exampleSite/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content
@@ -3148,8 +3148,8 @@
strong {
font-weight: 700; }
-.highlight > div,
-.highlight > pre {
+.highlight div,
+.highlight pre {
margin: 2rem 0 2rem;
padding: 1rem;
border-radius: 1rem; }
@@ -3161,18 +3161,16 @@
font-weight: 400;
line-height: 2.6rem;
overflow-x: auto;
- margin: 0; }
+ margin: 2rem 0 2rem;
+ padding: 1rem;
+ border-radius: 1rem; }
pre code {
- display: inline-block;
- background-color: inherit;
- color: inherit; }
+ display: inline-block; }
code {
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
font-size: 1.6rem;
font-weight: 400;
- background-color: #e0e0e0;
- color: #212121;
border-radius: 0.6rem;
padding: 0.3rem 0.6rem; }
@@ -3260,19 +3258,21 @@
display: flex;
margin-top: 1.6rem;
margin-bottom: 3.2rem; }
- .content article details summary {
- cursor: pointer; }
- .content article header {
+ .content header {
margin-top: 6.4rem;
margin-bottom: 3.2rem; }
- .content article header h1 {
+ .content header h1 {
font-size: 4.2rem;
line-height: 4.6rem;
margin: 0; }
@media only screen and (max-width: 768px) {
- .content article header h1 {
+ .content header h1 {
font-size: 4rem;
line-height: 4.4rem; } }
+ .content article a:where(.external-link)::after {
+ content: "⬈"; }
+ .content article details summary {
+ cursor: pointer; }
.content article footer {
margin-top: 4rem; }
.content article footer .see-also {
--
Gitblit v1.10.0