Making code and math same

This commit is contained in:
Shan Carter
2017-08-29 17:12:04 -07:00
parent 5d4f5ff530
commit 65a9563d3f
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -20,9 +20,8 @@ code {
pre code {
display: block;
background: white;
border-left: 3px solid rgba(0, 0, 0, 0.05);
padding: 0 0 0 24px;
border-left: 2px solid rgba(0, 0, 0, .1);
padding: 0 0 0 36px;
}
${css}
+1 -1
View File
@@ -19,7 +19,7 @@ const T = Template('d-math', `
#katex-container .katex-display {
text-align: left;
border-left: 2px solid #ddd;
border-left: 2px solid rgba(0, 0, 0, .1);
padding: 8px 0 8px 36px;
margin: 20px 0;
color: rgba(0, 0, 0, 0.7);