Fix indentation

This commit is contained in:
Jeremy Stretch 2025-08-22 13:58:05 -04:00
parent 353b0576cd
commit aeb6333929

View File

@ -12,12 +12,12 @@ pre.change-data {
min-width: fit-content; min-width: fit-content;
&.added { &.added {
color: var(--tblr-dark); color: var(--tblr-dark);
background-color: $green-300; background-color: $green-300;
} }
&.removed { &.removed {
color: var(--tblr-dark); color: var(--tblr-dark);
background-color: $red-300; background-color: $red-300;
} }
} }