Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
@import "../constant.less";
@import "../theme/ajui.less";

html {
  overflow: scroll;
}

div #app-nav-container {
  border-top: 2px solid @header-nav-account;
}

div #footer {
  background-color: @header-nav-account;
}

div #app-content {
  display: inline-block;
  width: 100%;
}

h2.category-header {
  text-decoration: none;
  font-variant: small-caps;
  color: @content-colour;
  background-color: lighten( @header-nav-account, 40 );
  padding-left: 0.5em;
  margin-bottom: 0;
  padding-bottom: 0;
}

a.recipe {
  padding-left: 2em;
}