about summary refs log tree commit diff
path: root/third_party/cgit/tvl-extra.css
blob: 41f5041d62aa1206e6d8afb886bd9ed7f91211f9 (plain) (blame)
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
/* limit the width of /about/** to help readability */
.content #summary {
  max-width: 800px;
}

/* highlight cheddar callouts in cgit about views */
.cheddar-callout {
    display: block;
    padding: 10px;
}

.cheddar-question {
    color: #3367d6;
    background-color: #e8f0fe;
}

.cheddar-todo {
    color: #616161;
    background-color: #eeeeee;
}

.cheddar-tip {
    color: #00796b;
    background-color: #e0f2f1;
}

.cheddar-warning {
    color: #a52714;
    background-color: #fbe9e7;
}

/* add some padding next to the logo */
td.logo {
    padding-right: 10px;
}