Skip to content

Commit aeb6333

Browse files
committed
Fix indentation
1 parent 353b057 commit aeb6333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox/project-static/styles/custom/_code.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ pre.change-data {
1212
min-width: fit-content;
1313

1414
&.added {
15-
color: var(--tblr-dark);
15+
color: var(--tblr-dark);
1616
background-color: $green-300;
1717
}
1818

1919
&.removed {
20-
color: var(--tblr-dark);
20+
color: var(--tblr-dark);
2121
background-color: $red-300;
2222
}
2323
}

0 commit comments

Comments
 (0)