16253 move to transitional

This commit is contained in:
Arthur Hanson 2024-06-28 10:39:58 -07:00
parent 027e2a1f8d
commit c73366fdd3
3 changed files with 9 additions and 9 deletions

Binary file not shown.

View File

@ -24,12 +24,3 @@
@import 'custom/interfaces'; @import 'custom/interfaces';
@import 'custom/markdown'; @import 'custom/markdown';
@import 'custom/misc'; @import 'custom/misc';
table tbody {
@each $color, $value in $theme-colors {
tr.#{$color} {
background-color: rgba($value, 0.15);
border-color: $gray-500;
}
}
}

View File

@ -48,3 +48,12 @@ table.attr-table {
td pre { td pre {
margin-bottom: 0; margin-bottom: 0;
} }
table tbody {
@each $color, $value in $theme-colors {
tr.#{$color} {
background-color: rgba($value, 0.15);
border-color: $gray-500;
}
}
}