blob: 06f5c837528b6df66dc502415ad36f1b526d2eb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@import 'default.css';
dt { font-weight: bold; }
/* Custom roles */
.param { font-weight: bold; }
.paramval { font-family: monospace; }
.group { font-family: monospace; }
.field { font-weight: bold; }
.command { font-family: monospace; font-size: 130% }
.admonition-todo {
background-color: lightpink;
border: 2px darkred solid;
}
/* Make Buggie's antenna not take up so much space */
.logo {
display: block;
margin-top: -20px;
}
|