This file is indexed.

/usr/share/doc/racket/racket-cheat/racket-cheat.css is in racket-doc 6.7-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
78
div.main > h2 {
    display: none;
}

.SAuthorListBox {
    display: none;
}

.maincolumn {
    margin-right: 0em;
    max-width: 900px;
}

div.Csheet {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    -webkit-flex: 1;
}

div.Ccolumn {
    display: flex;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    margin-left: 0.5em;
    margin-right: 0.5em;
    flex-wrap: wrap;
    flex-direction: column;
}

div.Ccolumn#Cleft {
    order: -1;
}

div.Csection {
    min-width: 50%;
    background: #ccb;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 0.25em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

div.Csection > h1 {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0;
}

div.Cgroup {
}

div.Cgroup > h2 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    padding-top: 0.25em;
}

div.Cgroup > table {
    background: hsl(60, 29%, 94%);
    width: 100%;
    font-size: 90%;
}

div.Cgroup > table td {
    border: 1px solid hsl(60, 29%, 80%);
    padding: 1px;
}


div.Cgroup > table tr:nth-child(even) {
    background: hsl(60, 29%, 97%);
}

div.Cgroup > table tr:nth-child(odd) {
}