diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-08-13 21:55:06 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-08-13 21:55:06 +0300 |
commit | 9a10c387c6b82b75365ba516c128eb1ff2f3639f (patch) | |
tree | eae835acc1187af45d195eba007f0bbd1589febe /style.css | |
parent | 21ac2bdd8805eb72e11acc6d16a228edf7a446fc (diff) | |
download | eug-vs-xyz-9a10c387c6b82b75365ba516c128eb1ff2f3639f.tar.gz |
feat: add CircleCI article
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |