File: styles.css

package info (click to toggle)
org-roam 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 38,912 kB
  • sloc: lisp: 4,508; sh: 741; makefile: 130
file content (85 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (2)
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
77
78
79
80
81
82
83
84
85
body {
  margin: 20px;
  background: #303030;
  color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 300;
}

.container {
  max-width: 800px;
}

.nav {
  margin-top: 5rem;
}

.nav-item a {
  /* color: #797979; */
  color: #bebebe;
  text-decoration: none;
  font-family: "Consolas", "Monaco", "Menlo", monospace;
}

.nav-item a:hover {
  cursor: pointer;
  /* color: #4d4a4a; */
  color: #dcdcdc;
  border: none;
}

.hero {
  color: #f5f5f5;
}

.hero div {
  margin-bottom: 5rem;
}

.hero h3 {
  /* font-family: "Edelsans", sans-serif; */
  font-size: 5rem;
  margin-bottom: 0;
}

.hero h5 {
  margin-top: 1rem;
  margin-bottom: 0;
  /* font-weight: 200; */
  font-weight: 250;
}

.grid-demo-col {
  background: #e4e4e4;
}

a {
  color: #cd86ff;
}

a:hover {
  color: #dbb9f3;
}

img {
  max-width: 100%;
}

.footer-links {
  font-size: 1.5rem;
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 250;
}

.header {
  font-weight: 200;
}

#footer {
  margin-bottom: 3rem;
}

#footer h5 {
  margin-bottom: 1.5rem;
}