<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cgit.css, branch jd/zx2c4-deployment</title>
<subtitle>my cgit fork</subtitle>
<id>http://g.freya.cat/cgit/atom/cgit.css?h=jd%2Fzx2c4-deployment</id>
<link rel='self' href='http://g.freya.cat/cgit/atom/cgit.css?h=jd%2Fzx2c4-deployment'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/'/>
<updated>2023-02-08T16:50:05Z</updated>
<entry>
<title>css: Support for dark mode</title>
<updated>2023-02-08T16:50:05Z</updated>
<author>
<name>Samuel Lidén Borell</name>
<email>samuel@kodafritt.se</email>
</author>
<published>2023-01-29T16:55:29Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=8ed1bef90f631989c0cadc326a163b874a64e02d'/>
<id>urn:sha1:8ed1bef90f631989c0cadc326a163b874a64e02d</id>
<content type='text'>
Modern browsers have a "dark mode" preference, which enables alternate
styles on web sites that support this.

This patch adds a dark color scheme, that is automatically activated
via a CSS @media query.

Older browsers that do not support color schemes will simply show the
light scheme, but possibly without syntax highlighting.

Note that filters that use color (such as source highlighters) and
logotypes may need to be updated to work with a black background!
See the updated files in the filters/ directory.

Signed-off-by: Samuel Lidén Borell &lt;samuel@kodafritt.se&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>css: switch monospace fonts</title>
<updated>2023-01-11T20:51:17Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-08-02T02:15:01Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=6a29695be1b5f7746048d170917a031e190f7287'/>
<id>urn:sha1:6a29695be1b5f7746048d170917a031e190f7287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Steal kernel.org's libravatar lua.</title>
<updated>2023-01-11T20:51:17Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-03-19T08:58:41Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=0c27ce4aefe14a70a823739d5670604bca9581c4'/>
<id>urn:sha1:0c27ce4aefe14a70a823739d5670604bca9581c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>css: reset font size for blame oid</title>
<updated>2022-12-19T15:13:58Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2022-02-13T15:35:29Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=d071f28cfa9a49f3aa6355b17e9d9fa7224ff49f'/>
<id>urn:sha1:d071f28cfa9a49f3aa6355b17e9d9fa7224ff49f</id>
<content type='text'>
In Firefox, the hashes in the blame UI are out of step with the line
number and content leading to ever increasing vertical misalignment.

This is caused by the .oid class setting font-size to 90%, so override
this back to 100% for the blame case, bringing the height of lines in
all three columns of the table back into step.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>global: replace references to 'sha1' with 'oid'</title>
<updated>2020-10-20T21:57:12Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2020-10-20T21:32:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=779631c6dc23c15bbbf45a7c7ab9fffb619037b7'/>
<id>urn:sha1:779631c6dc23c15bbbf45a7c7ab9fffb619037b7</id>
<content type='text'>
For some time now sha1 is considered broken and upstream is working to
replace it with sha256. Replace all references to 'sha1' with 'oid',
just as upstream does.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>css: use correct size in annotated decoration</title>
<updated>2018-07-08T17:14:51Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-07-08T17:14:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=089b29a7e14f9115971ccc5c5f5713b3aff1fff6'/>
<id>urn:sha1:089b29a7e14f9115971ccc5c5f5713b3aff1fff6</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>ui-log: highlight annotated tags in different color</title>
<updated>2018-06-27T16:01:29Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2018-06-05T10:46:13Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=0bb34ef130f05b865ee2a34d196ea6352590f673'/>
<id>urn:sha1:0bb34ef130f05b865ee2a34d196ea6352590f673</id>
<content type='text'>
Annotated tags have some extra information... Descriptive text or signature.
Highlighting annotated tags in a different color show what tag may be worth
clicking for extra information.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-blame: Allow syntax highlighting</title>
<updated>2018-01-19T10:40:58Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@gmail.com</email>
</author>
<published>2017-10-29T02:43:26Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=dbaee2672be14374acb17266477c19294c6155f3'/>
<id>urn:sha1:dbaee2672be14374acb17266477c19294c6155f3</id>
<content type='text'>
Place file contents into a single block so that syntax highlighting can
be applied in the usual fashion.  Place the alternating color bars
behind the file contents.  Force the default syntax highlighting
background to transparent.

Signed-off-by: Jeff Smith &lt;whydoubt@gmail.com&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-blame: Make each column into a single table cell</title>
<updated>2018-01-19T10:40:55Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@gmail.com</email>
</author>
<published>2017-10-18T04:17:34Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=aafc42d8089437db5105feb12d540c33fe9f9e16'/>
<id>urn:sha1:aafc42d8089437db5105feb12d540c33fe9f9e16</id>
<content type='text'>
Signed-off-by: Jeff Smith &lt;whydoubt@gmail.com&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-blame: Distinguish hashes column from lines column</title>
<updated>2018-01-19T10:40:49Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@gmail.com</email>
</author>
<published>2017-10-18T04:17:32Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9'/>
<id>urn:sha1:6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9</id>
<content type='text'>
Signed-off-by: Jeff Smith &lt;whydoubt@gmail.com&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
</feed>
