Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_post.scss « components « css « assets - github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: afecccdbcef5b7057043ba0ab6270c492d91d4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.post-title {
  color: $lightest-color;
}

.post-content {
  & > pre,
  .highlight {
    margin: 1em 0;
  }

  & > pre,
  .highlight > pre,
  .highlight > div {
    border-left: 0.4em solid rgba($primary-color, .8);
    padding: .5em 1em;
  }

  img {
    max-width: 100%;
  }
}

.post-meta {
  font-size: 0.8em;
}