Added style-agnostic, semi-alpha background to blob, including line numbers.
Also, increased font-size, and expanded blob to full width.
* code blobs
*/
-/* code background */
-div#cgit .lines .highlight { background-color: inherit !important; }
+/* blob */
+div#cgit table.blob {
+ width: 100%;
+ font-size: 14px;
+ background-color: rgba(100,100,100,0.3);
+}
+
+/* blob text */
+div#cgit table.blob .lines .highlight {
+ background-color: inherit ;
+}
div#cgit table.list td.commitgraph {
font-family: monospace;