summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-17 11:05:50 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-17 11:05:50 +0300
commita31d1fd000dd9e70cbb1ce9fff491a10ec0980da (patch)
treef89496231805cd5546217cbf1caa5b1606ac096a
parentc876987d3252417fd01b48ca98a1dd071b087962 (diff)
downloadeug-vs-xyz-a31d1fd000dd9e70cbb1ce9fff491a10ec0980da.tar.gz
feat: add border on inline code
-rw-r--r--style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1111602..7bf7cb8 100644
--- a/style.css
+++ b/style.css
@@ -62,6 +62,7 @@ code {
padding: 3px;
background: #1d2021;
border-radius: 4px;
+ border: 1px solid rgba(255, 255, 255, 0.12);
}
pre {
margin: 1em 0;
@@ -81,6 +82,7 @@ div.sourceCode {
}
code.sourceCode {
padding: 0;
+ border: none;
}
hr {
background-color: #1a1a1a;