summaryrefslogtreecommitdiffhomepage
path: root/layouts/partials/custom_head.html
blob: cbb24d83271eec8e0dd47580c784c938d3c520bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<style>
  a {
      color:#fa8c16;
      text-decoration: none;
  }
  a:hover {
      color:#d46b08;
      text-decoration: wavy underline;
  }
  ul.blog-posts li a:visited {
      color:#ffc069;
  }
  p code, li code {
      color: black;
      border-radius: 2px;
      padding-right: 1px;
      padding-left: 1px;
      background-color: #ffc069;
  }
</style>
<meta property="og:image" content="{{ absURL "preview.jpg" }}" />