aboutsummaryrefslogtreecommitdiff
path: root/custom.css
blob: f1c2065f40256c08fc8f0230c3cdface3c1d9b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
---

.post-title {
  font-family: 'Fira Sans';
  font-weight: 200;
  font-size: 3.2em;
  line-height: 1em;
  /*line-height: 1.6em;*/
}

.post-title, .post-title:after {
  position: relative;
  left: 10px;
  line-height: 1.6em;
  background: #ffdb00;
  -webkit-box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
  box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
  box-decoration-break: clone;
}