Fix indentation

This commit is contained in:
Jeremy Stretch 2024-07-16 14:23:11 -04:00
parent d61387a7cc
commit a9d396f6eb

View File

@ -116,7 +116,7 @@ body[data-bs-theme=dark] {
color: inherit; color: inherit;
} }
.btn { .btn {
color: var(--#{$prefix}body-color); color: var(--#{$prefix}body-color);
} }
// Stops table headers from appearing as primary link color // Stops table headers from appearing as primary link color
th.orderable a { th.orderable a {