aboutsummaryrefslogtreecommitdiff
path: root/static/css/yaroslavps.css
blob: f4f722fdc4294d329e64ee17f9eec436f05dd39d (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@import url("/css/fonts.css");

html, body {
  width: 100%;
  min-height: 100vh;
  background-color: #1b1e25;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
    color: #dedede;
}

ol,
ul,
li,
a,
p {
  line-height: 1.3;
  font-family: "IBM Plex Sans", Verdana, Helvetica, sans-serif;
}

a, a:visited {
  color: #3f6e90;
  text-decoration: none;
}

a:hover {
  color: #81acc1;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-family: "IBM Plex Serif", Georgia, serif;
}

span.icon {
  font-family: "IBM Plex Mono";
}

.main-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  max-width: 62em;
  margin: 0 auto;
}

.header-container {
  grid-column-start: 1;
  grid-column-end: 3;
}

.sidebar-container {
  padding: 1em;
}