This file is indexed.

/usr/share/chromium/extensions/tt-rss-notifier/style.css is in chromium-tt-rss-notifier 0.5.2-1.

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
body {
	margin : 2em;
	padding : 0em;
	font-family : sans-serif;
	font-size : 12px;
}

.floatingLogo {
	float : right;
}

a {
	color : #4684ff;
	text-decoration : none;
}

a:hover {
	color : black;
}

h1 {
	color : #88b0f0;
	font-size : 18px;
}

h2 {
	color : gray;
	font-size : 16px;
}