File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ body {
107107
108108pre {
109109 background-color : # e4e6fa ;
110- padding : 16 px 16 px ;
111- border-radius : 5 px ;
110+ padding : 0 px 0 px ;
111+ border-radius : 0 px ;
112112 font-size : 1.0em ;
113113 font-family : "Nanum Gothic Coding" , monospace;
114114 font-weight : 500 ;
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ function load_highlight_link_stylesheet() {
4545 //link.href = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css";
4646 //link.href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/default.min.css";
4747 //link.href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/atom-one-dark.min.css";
48- //link.href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/github-dark .css";
49- link . href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/github.css" ;
48+ //link.href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/github.css";
49+ link . href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/github-dark .css" ;
5050 link . rel = "stylesheet" ;
5151 document . head . appendChild ( link ) ;
5252}
You can’t perform that action at this time.
0 commit comments