Spaces:
Runtime error
Runtime error
Commit
·
741a58d
1
Parent(s):
5a9c9a4
Update assets/custom.css
Browse files- assets/custom.css +71 -71
assets/custom.css
CHANGED
|
@@ -98,7 +98,7 @@ thead th {
|
|
| 98 |
padding: .5em .2em;
|
| 99 |
}
|
| 100 |
/* Inline code */
|
| 101 |
-
code {
|
| 102 |
display: inline;
|
| 103 |
white-space: break-spaces;
|
| 104 |
border-radius: 6px;
|
|
@@ -107,7 +107,7 @@ code {
|
|
| 107 |
background-color: rgba(175,184,193,0.2);
|
| 108 |
}
|
| 109 |
/* Code block */
|
| 110 |
-
pre code {
|
| 111 |
display: block;
|
| 112 |
overflow: auto;
|
| 113 |
white-space: pre;
|
|
@@ -119,72 +119,72 @@ pre code {
|
|
| 119 |
box-shadow: 6px 6px 16px hsla(0, 0%, 0%, 0.2);
|
| 120 |
}
|
| 121 |
/* Hightlight */
|
| 122 |
-
.highlight .hll { background-color: #49483e }
|
| 123 |
-
.highlight .c { color: #75715e } /* Comment */
|
| 124 |
-
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
| 125 |
-
.highlight .k { color: #66d9ef } /* Keyword */
|
| 126 |
-
.highlight .l { color: #ae81ff } /* Literal */
|
| 127 |
-
.highlight .n { color: #f8f8f2 } /* Name */
|
| 128 |
-
.highlight .o { color: #f92672 } /* Operator */
|
| 129 |
-
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
| 130 |
-
.highlight .ch { color: #75715e } /* Comment.Hashbang */
|
| 131 |
-
.highlight .cm { color: #75715e } /* Comment.Multiline */
|
| 132 |
-
.highlight .cp { color: #75715e } /* Comment.Preproc */
|
| 133 |
-
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
|
| 134 |
-
.highlight .c1 { color: #75715e } /* Comment.Single */
|
| 135 |
-
.highlight .cs { color: #75715e } /* Comment.Special */
|
| 136 |
-
.highlight .gd { color: #f92672 } /* Generic.Deleted */
|
| 137 |
-
.highlight .ge { font-style: italic } /* Generic.Emph */
|
| 138 |
-
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
|
| 139 |
-
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
| 140 |
-
.highlight .gu { color: #75715e } /* Generic.Subheading */
|
| 141 |
-
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
| 142 |
-
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
| 143 |
-
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
| 144 |
-
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
| 145 |
-
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
| 146 |
-
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
| 147 |
-
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
| 148 |
-
.highlight .m { color: #ae81ff } /* Literal.Number */
|
| 149 |
-
.highlight .s { color: #e6db74 } /* Literal.String */
|
| 150 |
-
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
| 151 |
-
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
| 152 |
-
.highlight .nc { color: #a6e22e } /* Name.Class */
|
| 153 |
-
.highlight .no { color: #66d9ef } /* Name.Constant */
|
| 154 |
-
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
| 155 |
-
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
| 156 |
-
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
| 157 |
-
.highlight .nf { color: #a6e22e } /* Name.Function */
|
| 158 |
-
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
| 159 |
-
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
| 160 |
-
.highlight .nx { color: #a6e22e } /* Name.Other */
|
| 161 |
-
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
| 162 |
-
.highlight .nt { color: #f92672 } /* Name.Tag */
|
| 163 |
-
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
| 164 |
-
.highlight .ow { color: #f92672 } /* Operator.Word */
|
| 165 |
-
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
| 166 |
-
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
|
| 167 |
-
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
| 168 |
-
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
| 169 |
-
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
| 170 |
-
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
| 171 |
-
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
|
| 172 |
-
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
| 173 |
-
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
| 174 |
-
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
|
| 175 |
-
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
| 176 |
-
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
| 177 |
-
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
| 178 |
-
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
| 179 |
-
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
| 180 |
-
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
| 181 |
-
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
| 182 |
-
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
| 183 |
-
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
| 184 |
-
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
| 185 |
-
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
|
| 186 |
-
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
| 187 |
-
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
| 188 |
-
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
| 189 |
-
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
|
| 190 |
-
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
|
|
|
| 98 |
padding: .5em .2em;
|
| 99 |
}
|
| 100 |
/* Inline code */
|
| 101 |
+
#chuanhu_chatbot code {
|
| 102 |
display: inline;
|
| 103 |
white-space: break-spaces;
|
| 104 |
border-radius: 6px;
|
|
|
|
| 107 |
background-color: rgba(175,184,193,0.2);
|
| 108 |
}
|
| 109 |
/* Code block */
|
| 110 |
+
#chuanhu_chatbot pre code {
|
| 111 |
display: block;
|
| 112 |
overflow: auto;
|
| 113 |
white-space: pre;
|
|
|
|
| 119 |
box-shadow: 6px 6px 16px hsla(0, 0%, 0%, 0.2);
|
| 120 |
}
|
| 121 |
/* Hightlight */
|
| 122 |
+
#chuanhu_chatbot .highlight .hll { background-color: #49483e }
|
| 123 |
+
#chuanhu_chatbot .highlight .c { color: #75715e } /* Comment */
|
| 124 |
+
#chuanhu_chatbot .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
| 125 |
+
#chuanhu_chatbot .highlight .k { color: #66d9ef } /* Keyword */
|
| 126 |
+
#chuanhu_chatbot .highlight .l { color: #ae81ff } /* Literal */
|
| 127 |
+
#chuanhu_chatbot .highlight .n { color: #f8f8f2 } /* Name */
|
| 128 |
+
#chuanhu_chatbot .highlight .o { color: #f92672 } /* Operator */
|
| 129 |
+
#chuanhu_chatbot .highlight .p { color: #f8f8f2 } /* Punctuation */
|
| 130 |
+
#chuanhu_chatbot .highlight .ch { color: #75715e } /* Comment.Hashbang */
|
| 131 |
+
#chuanhu_chatbot .highlight .cm { color: #75715e } /* Comment.Multiline */
|
| 132 |
+
#chuanhu_chatbot .highlight .cp { color: #75715e } /* Comment.Preproc */
|
| 133 |
+
#chuanhu_chatbot .highlight .cpf { color: #75715e } /* Comment.PreprocFile */
|
| 134 |
+
#chuanhu_chatbot .highlight .c1 { color: #75715e } /* Comment.Single */
|
| 135 |
+
#chuanhu_chatbot .highlight .cs { color: #75715e } /* Comment.Special */
|
| 136 |
+
#chuanhu_chatbot .highlight .gd { color: #f92672 } /* Generic.Deleted */
|
| 137 |
+
#chuanhu_chatbot .highlight .ge { font-style: italic } /* Generic.Emph */
|
| 138 |
+
#chuanhu_chatbot .highlight .gi { color: #a6e22e } /* Generic.Inserted */
|
| 139 |
+
#chuanhu_chatbot .highlight .gs { font-weight: bold } /* Generic.Strong */
|
| 140 |
+
#chuanhu_chatbot .highlight .gu { color: #75715e } /* Generic.Subheading */
|
| 141 |
+
#chuanhu_chatbot .highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
| 142 |
+
#chuanhu_chatbot .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
| 143 |
+
#chuanhu_chatbot .highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
| 144 |
+
#chuanhu_chatbot .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
| 145 |
+
#chuanhu_chatbot .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
| 146 |
+
#chuanhu_chatbot .highlight .kt { color: #66d9ef } /* Keyword.Type */
|
| 147 |
+
#chuanhu_chatbot .highlight .ld { color: #e6db74 } /* Literal.Date */
|
| 148 |
+
#chuanhu_chatbot .highlight .m { color: #ae81ff } /* Literal.Number */
|
| 149 |
+
#chuanhu_chatbot .highlight .s { color: #e6db74 } /* Literal.String */
|
| 150 |
+
#chuanhu_chatbot .highlight .na { color: #a6e22e } /* Name.Attribute */
|
| 151 |
+
#chuanhu_chatbot .highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
| 152 |
+
#chuanhu_chatbot .highlight .nc { color: #a6e22e } /* Name.Class */
|
| 153 |
+
#chuanhu_chatbot .highlight .no { color: #66d9ef } /* Name.Constant */
|
| 154 |
+
#chuanhu_chatbot .highlight .nd { color: #a6e22e } /* Name.Decorator */
|
| 155 |
+
#chuanhu_chatbot .highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
| 156 |
+
#chuanhu_chatbot .highlight .ne { color: #a6e22e } /* Name.Exception */
|
| 157 |
+
#chuanhu_chatbot .highlight .nf { color: #a6e22e } /* Name.Function */
|
| 158 |
+
#chuanhu_chatbot .highlight .nl { color: #f8f8f2 } /* Name.Label */
|
| 159 |
+
#chuanhu_chatbot .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
| 160 |
+
#chuanhu_chatbot .highlight .nx { color: #a6e22e } /* Name.Other */
|
| 161 |
+
#chuanhu_chatbot .highlight .py { color: #f8f8f2 } /* Name.Property */
|
| 162 |
+
#chuanhu_chatbot .highlight .nt { color: #f92672 } /* Name.Tag */
|
| 163 |
+
#chuanhu_chatbot .highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
| 164 |
+
#chuanhu_chatbot .highlight .ow { color: #f92672 } /* Operator.Word */
|
| 165 |
+
#chuanhu_chatbot .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
| 166 |
+
#chuanhu_chatbot .highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
|
| 167 |
+
#chuanhu_chatbot .highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
| 168 |
+
#chuanhu_chatbot .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
| 169 |
+
#chuanhu_chatbot .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
| 170 |
+
#chuanhu_chatbot .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
| 171 |
+
#chuanhu_chatbot .highlight .sa { color: #e6db74 } /* Literal.String.Affix */
|
| 172 |
+
#chuanhu_chatbot .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
| 173 |
+
#chuanhu_chatbot .highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
| 174 |
+
#chuanhu_chatbot .highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
|
| 175 |
+
#chuanhu_chatbot .highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
| 176 |
+
#chuanhu_chatbot .highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
| 177 |
+
#chuanhu_chatbot .highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
| 178 |
+
#chuanhu_chatbot .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
| 179 |
+
#chuanhu_chatbot .highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
| 180 |
+
#chuanhu_chatbot .highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
| 181 |
+
#chuanhu_chatbot .highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
| 182 |
+
#chuanhu_chatbot .highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
| 183 |
+
#chuanhu_chatbot .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
| 184 |
+
#chuanhu_chatbot .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
| 185 |
+
#chuanhu_chatbot .highlight .fm { color: #a6e22e } /* Name.Function.Magic */
|
| 186 |
+
#chuanhu_chatbot .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
| 187 |
+
#chuanhu_chatbot .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
| 188 |
+
#chuanhu_chatbot .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
| 189 |
+
#chuanhu_chatbot .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
|
| 190 |
+
#chuanhu_chatbot .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|