Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6b03af

Browse files
authored
Merge pull request #295 from codeitcodes/benhatsor-patch-1
Update markdown-dark.css
2 parents 302dc18 + 40994a9 commit b6b03af

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

live-view/extensions/markdown/markdown-dark.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -369,14 +369,6 @@ body .sr-only {
369369
display: none;
370370
}
371371

372-
body [data-footnote-ref]::before {
373-
content: '[';
374-
}
375-
376-
body [data-footnote-ref]::after {
377-
content: ']';
378-
}
379-
380372
body .footnotes {
381373
font-size: 85%;
382374
color: var(--color-fg-muted);

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// update worker name when updating cached files
3-
const WORKER_NAME = 'codeit-worker-v784';
3+
const WORKER_NAME = 'codeit-worker-v785';
44

55

66
self.importScripts('/worker/client-channel.js');

0 commit comments

Comments
 (0)