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: 5a96ebc50e963d4910aa53eb696f0fe4b96cd17e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}