This file is indexed.

/usr/share/libparse-debianchangelog-perl/changelogs-print.css is in libparse-debianchangelog-perl 1.2.0-12.

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
.hide {
        display: none;
}

ul.navbar {
            display: none;
}
ul.outline {
             display: none;
}

.document_header {
                   font-size: xx-large;
}

.year_header {
               font-size: x-large;
}

.entry_header {
                font-size: medium;
}

.packagelink {
              text-decoration: none;
}

.medium {
          color: orange;
}
.high,
.critical,
.emergency {
             color: red;
}

.testing,
.stable,
.testing-proposed-updates,
.stable-proposed-updates,
.frozen {
                           color: orange;
}
.stable-security,
.testing-security,
.experimental {
                color: red;
}

.trailer a {
             text-decoration: none;
}