Skip to content

Commit 6f7fb2e

Browse files
committed
archive
1 parent d33c72b commit 6f7fb2e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

0.22/markdeep.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -395,14 +395,14 @@ var STYLESHEET = entag('style',
395395
'.md .admonition.tip{' +
396396
'border-left:2.5rem solid rgba(50,255,90,.4);' +
397397
'background-color:rgba(50,255,90,.15)' +
398-
'}' +
398+
'}' +
399399

400-
'.md .admonition.tip::before{' +
400+
'.md .admonition.tip::before{' +
401401
'content:"\\24d8";' +
402-
'font-weight:bold;' +
402+
'font-weight:bold;' +
403403
'font-size:150%;' +
404404
'position:relative;' +
405-
'top:4px;' +
405+
'top:3px;' +
406406
'color:black;' +
407407
'left:-2.95rem;' +
408408
'display:block;' +
@@ -424,7 +424,7 @@ var STYLESHEET = entag('style',
424424
'font-weight:bold;' +
425425
'font-size:150%;' +
426426
'position:relative;' +
427-
'top:1px;' +
427+
'top:3px;' +
428428
'color:black;' +
429429
'left:-2.95rem;' +
430430
'display:block;' +

0 commit comments

Comments
 (0)