groton-school / knowledgebase

Knowledgebase website
https://kb.groton.org
GNU General Public License v3.0
0 stars 0 forks source link

Prefix `--ui-bgcolor` consistently #55

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 1 month ago

https://github.com/groton-school/knowledgebase/blob/b2e50a136065c2a9e80d342b93ab7f4d5e7b0c82/apps/ui/src/DOM/Content/Directory/styles.scss#L2


:root {
  // TODO Prefix `--ui-bgcolor` consistently
  --ui-bgcolor: transparent;
}

.title {
  img,
  canvas {
    height: 2em;
  }
}

.page {
  .thumbnail {
    background: var(--ui-bgcolor);
  }
}