Dave Jarvis' Repositories

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

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

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

body {
  -webkit-font-feature-settings: "kern", "liga";
  -moz-font-feature-settings: "kern", "liga";
  font-feature-settings: "kern", "liga";
  text-rendering: optimizeLegibility;

  font-family: "Libre Baskerville", serif;
}

h1, h2 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin-bottom: 0;
}

#app-content a {
  text-decoration: none;
  border-bottom: 1px dashed @header-nav-blog;
  color: #0099cc;
  font-weight: bold;
}

#app-content {
  line-height: 200%;
}

#blog-entry {
  font-size: 120%;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

#blog-timestamp {
  margin-top: 1ex;
  font-size: 90%;
}

blockquote {
  border-left: 1ex solid @header-nav-blog;
  background-color: white;
  font-style: italic;

  margin: 1em 1em;
  padding: 0.25em 1em;

}

blockquote p:before {
  content: open-quote;
  color: @header-nav-blog;

  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

div.digression {
  margin-left: 2em;
  padding: 1ex;
  border: 2px solid @header-nav-blog;
}

div.digression p {
  margin-top: 0;
}

div.digression p:last-of-type {
  margin-bottom: 0;
}