Skip to content

Commit e053573

Browse files
committed
small style modification
1 parent 1941674 commit e053573

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const ext = {
6363
.replace(/\sclass=\"code-line\"/g,'')
6464
.replace(/\sdata-line=\"[0-9]+\"/g,'')
6565
.replace(/\sdata-href=\".+?\"/g,'')
66-
.replace(/\dir=\"auto\"/g,'')
66+
.replace(/\sdir=\"auto\"/g,'')
6767
.replace(/<img src=\"vscode-resource:/g,'<img src="')
6868
.replace(/(<h[1-6] id=\".+?)\-\d\"/g,'$1"')
6969
},

img/DisableMarkdownMath.png

60.9 KB
Loading

themes/publication/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ a:link, a:visited, a:hover {
226226

227227
blockquote {
228228
font-size: 0.9em;
229-
margin: 0.75em 3em;
230-
padding: 0 0.5em;
229+
margin: 0.75em 1.5em;
230+
padding: 0.1em 0.5em;
231231
border-left: 3px solid #999;
232-
background-color: #eee;
232+
background-color: #f7f7f7;
233233
}
234234

235235
/* code sections */
@@ -324,7 +324,9 @@ span q:nth-child(2) {
324324
}
325325

326326
@media print {
327-
327+
a[href]:after {
328+
content: none !important;
329+
}
328330
/** Setting margins */
329331
@page {
330332
size: A4;

0 commit comments

Comments
 (0)