---
index.org | 8 ++++----
resources/style/_code.scss | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/index.org b/index.org
index 794a95c..ccc3d1d 100644
--- a/index.org
+++ b/index.org
@@ -31,10 +31,10 @@
<a title="sr.ht project page" href="https://sr.ht/~bzg/org"><img
src="/resources/img/badge-srht-project.svg" alt="sr.ht project page"/></a>
<a title="IRC #org-mode channel"
href="https://web.libera.chat/#org-mode"><img
src="/resources/img/badge-irc.svg" alt="IRC #org-mode channel"/></a>
<a title="Matrix #org-mode room"
href="https://matrix.to/#/%23org-mode:matrix.org"><img
src="/resources/img/badge-matrix.svg" alt="Matrix #org-mode room"/></a></p>
- <p><span style="color: #567b70;font-family: var(--sans);font-size:
0.9em;">Source code</span><br>
- <span style="font-size: 0.9em;"><code>git clone
https://https.git.savannah.nongnu.org/git/org-mode.git</code></span></p><br>
- <p><span style="color: #567b70;font-family: var(--sans);font-size:
0.9em;">Source code (mirror)</span><br>
- <span style="font-size: 0.9em;"><code>git clone
https://git.sr.ht/~bzg/org-mode</code></span></p>
+ <p><span style="color: #567b70;font-family: var(--sans);font-size:
0.9em;">Source code</span>
+ <pre class="src"><code>git clone
https://https.git.savannah.nongnu.org/git/org-mode.git</code></pre></p><br>
+ <p><span style="color: #567b70;font-family: var(--sans);font-size:
0.9em;">Source code (mirror)</span>
+ <pre class="src"><code>git clone
https://git.sr.ht/~bzg/org-mode</code></pre></p>
<p class="bubble">
Support via 
<a href="https://liberapay.com/org-mode" title="Donations always help"
diff --git a/resources/style/_code.scss b/resources/style/_code.scss
index 5fd827b..c37c74d 100644
--- a/resources/style/_code.scss
+++ b/resources/style/_code.scss
@@ -13,6 +13,9 @@ code {
padding: 2px 4px;
font-size: 85%;
}
+pre code {
+ background: none;
+}
kbd { // verbatim
background-color: mix($background, $text, 98%);
border: 1px solid mix($text, $background, 80%);;
--
2.54.0