File tree Expand file tree Collapse file tree 3 files changed +25
-41
lines changed Expand file tree Collapse file tree 3 files changed +25
-41
lines changed Original file line number Diff line number Diff line change @@ -53,32 +53,16 @@ p + pre {
5353
5454pre {
5555 overflow : auto;
56- border-top : 1 px solid var (--border );
56+ border-top : 2 px solid var (--border );
5757 border-bottom : 1px solid var (--border );
5858 padding : 4px 0 ;
59- }
60-
61- pre code {
62- tab-size : 4 ;
63- -moz-tab-size : 4 ;
59+ background : # 8888880a ;
60+ line-height : 1.5 ;
6461}
6562
6663code {
67- font-variant-ligatures : none;
68- font-feature-settings : "liga" 0 ;
69- font-family : "JetBrains Mono" , monospace;
70- }
71-
72- p > code ,
73- a > code ,
74- h1 > code ,
75- h2 > code ,
76- h3 > code ,
77- h4 > code ,
78- h5 > code ,
79- li > code {
80- font-weight : bold;
81- font-size : 1em ;
64+ font-family : monospace;
65+ font-size : 14px ;
8266}
8367
8468.header {
@@ -130,7 +114,7 @@ nav a {
130114 text-decoration : none;
131115 font-size : large;
132116 margin : 0 10px ;
133- @media screen and (max-width : 800px ) {
117+ @media screen and (max-width : 800px ) {
134118 margin : 0 8px ;
135119 }
136120}
Original file line number Diff line number Diff line change 1212 <ctx :if="$page.custom.getOr('mermaid', false)">
1313 <script defer src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/mermaid/8.14.0/mermaid.min.js" onload="mermaid.initialize({startOnLoad:true});"></script>
1414 </ctx>
15- <script>
16- var _hmt = _hmt || [];
17- (function() {
18- var hm = document.createElement("script");
19- hm.src = "https://hm.baidu.com/hm.js?c7ddb41bcae30e6c2acc86e2cbe8b753";
20- var s = document.getElementsByTagName("script")[0];
21- s.parentNode.insertBefore(hm, s);
22- })();
23-
24- const payload = {
25- 'ns': 'zigcc',
26- 'url': document.location.href,
27- 'title': document.title,
28- 'referrer': window.frames.top.document.referrer,
29- };
30- fetch('https://en.liujiacai.net/pv/write?' + new URLSearchParams(payload),
31- {mode: 'no-cors'}).catch(console.log);
32- </script>
33-
3415</head>
3516<body id="body">
3617 <div :html="$page.content()"></div>
Original file line number Diff line number Diff line change 77 <title :text="$site.title"></title>
88 <link type="text/css" rel="stylesheet" href="$site.asset('style.css').link()">
99 <link type="text/css" rel="stylesheet" href="$site.asset('highlight.css').link()">
10+ <script>
11+ var _hmt = _hmt || [];
12+ (function() {
13+ var hm = document.createElement("script");
14+ hm.src = "https://hm.baidu.com/hm.js?c7ddb41bcae30e6c2acc86e2cbe8b753";
15+ var s = document.getElementsByTagName("script")[0];
16+ s.parentNode.insertBefore(hm, s);
17+ })();
18+
19+ const payload = {
20+ 'ns': 'zigcc',
21+ 'url': document.location.href,
22+ 'title': document.title,
23+ 'referrer': window.frames.top.document.referrer,
24+ };
25+ fetch('https://en.liujiacai.net/pv/write?' + new URLSearchParams(payload),
26+ {mode: 'no-cors'}).catch(console.log);
27+ </script>
28+
1029 <super>
1130 </head>
1231 <body id="body">
You can’t perform that action at this time.
0 commit comments