Tucker McKnight <tmcknight@instructure.com> | Wed Feb 11 2026
Lighter weight font for headings
58 59 60 61 62
}
}
.bezel-header {
background-color: $lightblue;
border-top: 6px solid color.adjust($lightblue, $lightness: 15%);58 59 60 61 62 63 64 65 66
}
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal
}
.bezel-header {
background-color: $lightblue;
border-top: 6px solid color.adjust($lightblue, $lightness: 15%);