Tucker McKnight <tmcknight@instructure.com> | Thu Feb 05 2026
Some style changes - Go with a sans-serif font after all; makes everything visually fit together more nicely - Add a gap between the columns in the language graph - Remove the underline on the bezeled directory links -- it looks different with the sans-serif font - Make spacing more consistent with the toggle switches on markdown file pages
23 24
m('div', {class: "row my-1"},
m('span', {class: "bezel-gray px-1"},23 24
m('div', {class: "directory-buttons row my-2"},
m('span', {class: "bezel-gray p-1"},34 35
return m('span', {class: "bezel-gray px-1"}, [
href: `${data.reposPath}/${data.fileInfo.repoName}/branches/${data.fileInfo.branchName}/files/${arr.slice(0, index + 1).map((part) => slugify(part)).join('/')}.html`}, dir)34 35
return m('span', {class: "bezel-gray p-1"}, [
href: `${data.reposPath}/${data.fileInfo.repoName}/branches/${data.fileInfo.branchName}/files/${arr.slice(0, index + 1).map((part) => slugify(part)).join('/')}.html`}, `${dir}/`)64 65 66
m('div', {class: "row"},
m('p', m('a', {
m('div', {class: "row"},64 65 66
m('div', {class: "row my-3"},
m('span', m('a', {
m('div', {class: "row my-2"},89
m('div', {class: "row rendered-content py-4"},89
m('div', {class: "row rendered-content"},102
m('div', {class: "row py-2"},102
m('div', {class: "row"},18
m('div', {class: "row my-1"},18
m('div', {class: "row my-2"},69
class: "mx-1 my-2 btn btn-primary text-white"69
class: "ms-0 me-2 my-2 btn btn-primary text-white"55 56
? m('p', {class: "text-white fs-4"}, repo.description)
m('div', {class: "d-flex flex-grow-1 flex-nowrap"}, topLanguagePercentages.map((percentTuple) => {55 56
? m('p', {class: "text-white fs-4 fw-light"}, repo.description)
m('div', {class: "language-cols d-flex flex-grow-1 flex-nowrap"}, topLanguagePercentages.map((percentTuple) => {2 3
$font-family-base: serif;
2 3
148
148
.language-cols {
margin: 0 -6px;
}
margin: 0 6px;264
264
/* file page */
.directory-buttons a {
text-decoration: none;
}