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 7e3c773 commit a2d2f0aCopy full SHA for a2d2f0a
doc/_static/mpl.css
@@ -225,6 +225,18 @@ div.sphx-glr-download-link-note {
225
visibility: hidden;
226
}
227
228
+/* re-style the download button */
229
+div.sphx-glr-download a {
230
+ background-color: #E3F0F6;
231
+ background-image: none;
232
+ color: #11557c;
233
+ border: 0;
234
+}
235
+
236
+div.sphx-glr-download a:hover {
237
+ background-color: #BCD4DF;
238
239
240
table.property-table th,
241
table.property-table td {
242
padding: 4px 10px;
0 commit comments