blob: 3641bfcef9a3fd59a5f8ecf8a6aa28cf7f2b1c56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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;
}
textarea {
font-family: @font-family-monospace;
}
.visited-links p > a:visited:not(.btn) {
color: @gentoo-purple-light2;
}
|