summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-08-13 21:55:06 +0300
committereug-vs <eugene@eug-vs.xyz>2021-08-13 21:55:06 +0300
commit9a10c387c6b82b75365ba516c128eb1ff2f3639f (patch)
treeeae835acc1187af45d195eba007f0bbd1589febe /style.css
parent21ac2bdd8805eb72e11acc6d16a228edf7a446fc (diff)
downloadeug-vs-xyz-9a10c387c6b82b75365ba516c128eb1ff2f3639f.tar.gz
feat: add CircleCI article
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;