File tree 3 files changed +1
-19
lines changed
3 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 2
2
<NuxtLayout >
3
3
<NuxtPage />
4
4
</NuxtLayout >
5
- </template >
5
+ </template >
Original file line number Diff line number Diff line change @@ -19,18 +19,5 @@ onMounted(() => {
19
19
s .setAttribute (' data-timestamp' , + new Date ())
20
20
;(d .head || d .body ).appendChild (s )
21
21
})()
22
- window
23
- .matchMedia (' (prefers-color-scheme: dark)' )
24
- .addEventListener (' change' , ({ matches }) => {
25
- if (document .readyState == ' complete' ) {
26
- DISQUS .reset ({ reload: true , config: disqus_config })
27
- }
28
- })
29
22
})
30
23
</script >
31
-
32
- <style scoped>
33
- #disqus_thread a {
34
- background-color : #000 ;
35
- }
36
- </style >
Original file line number Diff line number Diff line change @@ -45,8 +45,3 @@ setTimeout(() => {
45
45
}, 100 )
46
46
</script >
47
47
48
- <style >
49
- canvas {
50
- filter : blur (3px );
51
- }
52
- </style >
You can’t perform that action at this time.
0 commit comments