aboutsummaryrefslogtreecommitdiff
blob: 0e7c0377262e194b68a0d441cd0506d49889231b (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
h1.first-header {
  margin-top: -10px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-family: @font-family-sans-serif;
}

.stick-top {
  margin-top: 0;
}

textarea {
  font-family: @font-family-monospace;
}

.visited-links p > a:visited:not(.btn) {
  color: @visited-link-color;
}

::selection {
  background: #dddaec;
}

::-moz-selection {
  background: #dddaec;
}