Skip to content

Commit 939eada

Browse files
authored
lint fixes
1 parent b80e0ac commit 939eada

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/css/base.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ object[type="image/svg+xml"]:not([width]) {
149149

150150
.label {
151151
color: rgb(255, 255, 255);
152-
font-weight: 500;
153152
font-family: Gilroy, sans-serif;
154153
vertical-align: middle !important;
155154
display: inline-block !important;

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365

366366
.doc .admonitionblock .icon {
367367
background-repeat: no-repeat;
368-
background-position: 0.1em 0em;
368+
background-position: 0.1em 0;
369369
position: absolute;
370370
top: 0;
371371
left: 0;

src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ nav h3 {
8888
/* admonitions */
8989
--caution-color: #9e015c;
9090
--caution-on-color: var(--color-white);
91-
--important-color: rgb(255,77,92);
91+
--important-color: rgb(255, 77, 92);
9292
--important-on-color: var(--color-white);
9393
--note-color: #605c9c;
9494
--note-on-color: var(--color-white);

0 commit comments

Comments
 (0)