This file is indexed.

/usr/share/horde/nag/themes/default/block/screen.css is in php-horde-nag 4.2.7-1ubuntu1.

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
.overdue, .overdue td, .overdue a, .overdue td a {
    color: #f00;
}
.closed, .closed td, .closed a, .closed td a {
    color: #aaa;
}
.closed a, .closed td a {
    text-decoration: line-through;
}