We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a1e90 commit 7a7452eCopy full SHA for 7a7452e
docs/assets/css/style.css
@@ -139,15 +139,23 @@ body {
139
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
140
}
141
142
-code {
+/* inline code */
143
+code.highlighter-rouge{
144
+ background: white;
145
+ border: 1px solid #ccc;
146
+
147
+}
148
149
+/* code block */
150
+div.highlighter-rouge {
151
background-color: white;
152
width: 60%;
153
border: 1px solid #ccc;
154
padding: 2.5px;
155
156
157
-
158
+/*
159
pre > code.language-bash {
160
161
@@ -164,6 +172,7 @@ pre > code.language-python {
164
172
overflow-x: auto;
165
173
166
174
175
+*/
167
176
/*
168
177
.hamburger {
169
178
display: none;
0 commit comments