summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index 66480df..e4fea5a 100644
--- a/style.css
+++ b/style.css
@@ -67,7 +67,6 @@ code {
pre {
margin: 1em 0;
overflow: auto;
- border: 1px solid rgba(255, 255, 255, 0.12);
padding: 16px 8px;
}
pre code {
@@ -78,6 +77,9 @@ pre code {
overflow: visible;
border-radius: 4px;
}
+div.sourceCode {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
hr {
background-color: #1a1a1a;
border: none;