aboutsummaryrefslogtreecommitdiff
path: root/public/dist/app.css
blob: d6c2dcabff19d1d966a2cfe622fbb0d42393a7d9 (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
77
.bg--white--light {
  background-color: #f3f3f3;
}

.max-w-xl {
  max-width: 88rem;
}

.logo-container {
  background-image: url(/images/crisp-paper-ruffles.png);
}

.link-active {
  border-bottom: 2px solid #85bdbf;
}

.footer-icons svg {
  color: #444;
}

nav svg {
  display: inline;
}

button,
input,
optgroup,
select,
textarea {
  line-height: initial;
}

.checkbox-agree {
  display: none;
}

.feather-download {
  color: #222;
}

.feather-download:hover {
  color: #3490dc;
}

.comment-post-odd {
  background-color: #f6f6f6 !important;
}

.hashover-message {
  display: none;
}
.hashover-message-error {
  display: block;
}

@media screen and (max-width: 392px) {
  nav p {
    font-size: 0.6916em;
  }
}

.journal-post a {
  text-decoration: none;
  border-bottom: 2px solid #a8c2cc;
  padding-bottom: 2px;
  color: #12283a;
}

.splash-container {
  background-image: url(/images/abstract-mix.jpg);
  background-repeat: repeat;
  min-height: 12rem;
}

#hashover-comments-section p {
  word-break: break-all;
}