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

custom.css « css « assets - github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f67bb340d0bd588370025b68ef506a96a8fc8eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html {
  font-size: calc(1em + 0.33vw);
}
body {
  background-image: url('{{ "img/geometry2.png" | absURL }}');
}
a,
a:visited {
  color: rgb(0, 0, 238);
}
nav a,
nav a:visited {
  color: #41403e;
}
blockquote {
  font-style: italic;
}
.post-title {
  margin-bottom: 0.1em; 
}