/* line 43, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="descending"] .material-symbols-outlined.down {
  color:red;
}
/* line 47, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="ascending"] .material-symbols-outlined.up {
  color:red;
}
