<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/static/css/themes/ayu.css, branch 1.66.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.66.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.66.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-10-27T11:07:07+00:00</updated>
<entry>
<title>Migrate line numbers CSS to CSS variables</title>
<updated>2022-10-27T11:07:07+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-10-27T11:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0185be2ce45efdd988df2b2ee69b764f9e3c7f6c'/>
<id>urn:sha1:0185be2ce45efdd988df2b2ee69b764f9e3c7f6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: make the help button a link to a page</title>
<updated>2022-10-15T18:38:42+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-14T16:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae4ad9adb68c9935cb3a9d119ba61648e786d4b4'/>
<id>urn:sha1:ae4ad9adb68c9935cb3a9d119ba61648e786d4b4</id>
<content type='text'>
This allows you to open the help section in a new browser tab, which is a
pretty reasonable thing to want for a documentation page.
</content>
</entry>
<entry>
<title>Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change, r=notriddle</title>
<updated>2022-10-14T10:49:13+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>99973273+Dylan-DPC@users.noreply.github.com</email>
</author>
<published>2022-10-14T10:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20e1268d2519234addc4f1ee4c03ae55c5740f83'/>
<id>urn:sha1:20e1268d2519234addc4f1ee4c03ae55c5740f83</id>
<content type='text'>
Migrate css highlight without change

This is a "previous" version of https://github.com/rust-lang/rust/pull/102663: only migrating to CSS variables, no changes. It's a bit more verbose because rules are not coherent between themes.

r? ``@notriddle``
</content>
</entry>
<entry>
<title>rustdoc: remove unneeded `.content` selector from link colors</title>
<updated>2022-10-11T16:22:40+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-11T16:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=062284af6e2a5066e86562a9743c16dd7338d790'/>
<id>urn:sha1:062284af6e2a5066e86562a9743c16dd7338d790</id>
<content type='text'>
Since 98f05a0282625a5fda6e90ebf3b05a4bd7608f65 and
b5963f07e611cf2a09a310eb74c1a93adfaeb9de removed color classes from sidebar
items, there's no need for the selectors to be so specific any more.

This commit does have to change `h1.fqn a` to just be `h1 a`, so that the
header link color selector is less specific than the typed link at the end.
Since #89506 made docblocks start at `h2`, the main page link header should
be the only h1 in the page now.
</content>
</entry>
<entry>
<title>Migrate highlight style to CSS variables</title>
<updated>2022-10-11T09:34:29+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-10-04T14:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=202ccc50dd8f6d054b09439e483cf4f7e9eee20d'/>
<id>urn:sha1:202ccc50dd8f6d054b09439e483cf4f7e9eee20d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate search input color to CSS variable</title>
<updated>2022-10-06T11:01:07+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-10-06T11:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=694f0a1e352fabc3a6ec54a07dedd2c6281783a7'/>
<id>urn:sha1:694f0a1e352fabc3a6ec54a07dedd2c6281783a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate search results theme style to CSS variables</title>
<updated>2022-10-03T21:15:37+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-10-01T13:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ae58d602e6e8f9a91731da59f68d89d05c16894'/>
<id>urn:sha1:4ae58d602e6e8f9a91731da59f68d89d05c16894</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate stab elements style to CSS variables</title>
<updated>2022-10-03T13:31:59+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-10-03T13:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0c7597eea03e540a52840385632aad3eb577ff9'/>
<id>urn:sha1:c0c7597eea03e540a52840385632aad3eb577ff9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Migrate sidebar links color to new CSS theme handling</title>
<updated>2022-09-30T11:29:39+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-09-24T13:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98f05a0282625a5fda6e90ebf3b05a4bd7608f65'/>
<id>urn:sha1:98f05a0282625a5fda6e90ebf3b05a4bd7608f65</id>
<content type='text'>
* Remove specific color handling for ".current" items in the sidebar.
</content>
</entry>
<entry>
<title>rustdoc: simplify example-line-numbers CSS selector</title>
<updated>2022-09-26T19:49:08+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-09-26T19:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ca2ae3fa74c0598d0b0dfe6e84cae7b39913539'/>
<id>urn:sha1:9ca2ae3fa74c0598d0b0dfe6e84cae7b39913539</id>
<content type='text'>
</content>
</entry>
</feed>
