This file is indexed.

/usr/share/misery/examples/html/accounts.css is in misery 0.2-1.1build2.

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
body		{ font-family: sans-serif; margin-left: 5%; margin-right: 5% }

td.grandtotalp	{ background-color: #00ff00 }
td.grandtotalm	{ background-color: #ff8800 }
td.grandtotaln	{ background-color: #ff0000 }
td.groupsummary	{ background-color: #cccccc }

tr.incomeexp	{ background-color: #dddddd }
tr.checkpoint	{ background-color: #aaaaaa }
tr.fixme	{ background-color: #ffdd00 }
tr.grandtotalp	{ background-color: #00ff00 }
tr.grandtotaln	{ background-color: #ff0000 }
tr.actual	{ background-color: #cccccc }
tr.notional     { background-color: #eeeeee }
tr.header	{ background-color: #6666ff }