~cdv/chris.vittal.dev

ae323b4931edc60680f4b0c0fb8cef6cdf5010f5 — Chris Vittal 4 years ago 5ce4dd2
More necessary styling.
1 files changed, 13 insertions(+), 0 deletions(-)

M sass/style.scss
M sass/style.scss => sass/style.scss +13 -0
@@ 164,10 164,19 @@ p {
  text-align: justify;
}

pre {
  padding: 0.5em 1ex;
}

.subheading {
  color: $subheading-light;
}

blockquote {
  border-left: 2px solid grey;
  color: $subheading-light;
}

@media (prefers-color-scheme: dark) {
  body {
    color: $bg;


@@ 191,6 200,10 @@ p {
     color: #8ec07c;
   }

   blockquote {
     color: $subheading-dark;
   }

  footer#article-footer {
    color: #AAA;
  }