Skip to content

Commit ba74779

Browse files
committed
chore: Fix linting errors
1 parent c529d46 commit ba74779

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/_static/js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ window.addEventListener('load', function() {
33
link.target = '_blank';
44
});
55
});
6-

docs/_static/scss/general.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ code.docutils.literal.notranslate {
272272
.rst-content .btn:focus {
273273
outline: 0px solid;
274274
}
275-
275+
276276
.btn-orange {
277277
background-color: var(--primary-orange)!important;
278278
color: #fff!important;
@@ -426,7 +426,6 @@ code.docutils.literal.notranslate {
426426
a {
427427
font-size: 13px;
428428
}
429-
430429
}
431430

432431
/* notes (admonition notes) end */

0 commit comments

Comments
 (0)