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

style.css « css « static - github.com/invinciblycool/lekh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97de490802b02c98812639c83ca94e2b7e4f06fc (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #222;
  max-width: 40rem;
  padding: 2rem;
  margin: auto;
  background: #fafafa; 
  overscroll-behavior-y: none;
}

img {
  max-width: 100%; }

a {
  color: #0074D9; }

h1, h2, strong {
  color: #111; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1.1em; }

.muted {
  color: #aaa;
  text-decoration: none; }

.small {
  font-size: .8em; }

hr {
  border: 0px;
  border: 1px solid #eee; 
}