<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-x-website/_content/css/styles.css, branch main</title>
<subtitle>Fork of golang.org/x/website with my patches.</subtitle>
<id>http://git.kilabit.info/go-x-website/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go-x-website/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/'/>
<updated>2026-03-11T16:50:15Z</updated>
<entry>
<title>_content/blog: add post on the source-level inliner</title>
<updated>2026-03-11T16:50:15Z</updated>
<author>
<name>Alan Donovan</name>
<email>adonovan@google.com</email>
</author>
<published>2026-03-10T18:42:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=42af1423ac77579ad85b6b9f17c28ee1532b9f98'/>
<id>urn:sha1:42af1423ac77579ad85b6b9f17c28ee1532b9f98</id>
<content type='text'>
To preview, download this CL and run:

 $ go run ./cmd/golangorg --gopls &amp;
 $ open http://localhost:6060/go.dev/blog/inliner

Change-Id: I0ae552feda02e82da397aacdf63a9178e3e07e9c
Reviewed-on: https://go-review.googlesource.com/c/website/+/753760
Auto-Submit: Alan Donovan &lt;adonovan@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Austin Clements &lt;austin@google.com&gt;
</content>
</entry>
<entry>
<title>_content/css: style tables produced from markdown</title>
<updated>2025-07-30T04:59:14Z</updated>
<author>
<name>Alan Donovan</name>
<email>adonovan@google.com</email>
</author>
<published>2025-07-29T21:33:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=5d1a360630bf087e66d51814b3410f2a1baace5b'/>
<id>urn:sha1:5d1a360630bf087e66d51814b3410f2a1baace5b</id>
<content type='text'>
We emit a &lt;div class=markdown&gt; around the whole output of goldmark,
so that CSS style rules can easily select them (without affecting
HTML tables in the spec, for example).

The default style for markdown tables now has thin grey lines,
grey headings, and a little padding.

Also, remove the FS middleware used to inject default.tmpl
into x/tools/gopls/doc, since that file is now actually present.
And add it to the fake data at _content/gopls/doc.

Fixes golang/go#67368

Change-Id: If91e702c394d73a181bd780711e8be6f661f2e59
Reviewed-on: https://go-review.googlesource.com/c/website/+/691616
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Auto-Submit: Alan Donovan &lt;adonovan@google.com&gt;
</content>
</entry>
<entry>
<title>_content/css: fix editor's scroll on playground</title>
<updated>2025-06-10T03:35:03Z</updated>
<author>
<name>Nikita Shoshin</name>
<email>shoshin_nikita@fastmail.com</email>
</author>
<published>2025-06-05T09:12:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=b634b1b108aa5a70bcdfd1a9e7225907af15c23c'/>
<id>urn:sha1:b634b1b108aa5a70bcdfd1a9e7225907af15c23c</id>
<content type='text'>
Use "display: flex" to account for the height of the "Press Esc to move..."
banner when calculating the height of the editor.

This fixes the bug that prevented users from scrolling to the end of
the text.

Fixes golang/go#63237

Change-Id: I1d4c196d9b3170d766ffdd0df779c5e693a6ed5a
GitHub-Last-Rev: 77278635b3e79f13310434c99ca07dfff97b3b8d
GitHub-Pull-Request: golang/website#323
Reviewed-on: https://go-review.googlesource.com/c/website/+/679035
Reviewed-by: Sean Liao &lt;sean@liao.dev&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Cherry Mui &lt;cherryyz@google.com&gt;
Auto-Submit: Sean Liao &lt;sean@liao.dev&gt;
</content>
</entry>
<entry>
<title>_content: show anchor links when hovering over article headers</title>
<updated>2025-04-19T23:01:15Z</updated>
<author>
<name>Tzu-Chien Yu</name>
<email>ysam12345@gmail.com</email>
</author>
<published>2025-04-08T17:27:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=f13c246bae2849d9122e5ad15859e67b1cfa316f'/>
<id>urn:sha1:f13c246bae2849d9122e5ad15859e67b1cfa316f</id>
<content type='text'>
Previously, users had to hover directly over the ¶ symbol to reveal the
anchor link, making it difficult to discover its existence.

This change updates the CSS to also display the anchor link when hovering
over the entire header text, improving usability.

Fixes golang/go#70827

Change-Id: I179bba16affc5dc79bb99dd74d6ea3ac7c2f375e
GitHub-Last-Rev: ebcdebd4c209d8cf6c99d47c95a0e587e850551b
GitHub-Pull-Request: golang/website#318
Reviewed-on: https://go-review.googlesource.com/c/website/+/663875
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Auto-Submit: Sean Liao &lt;sean@liao.dev&gt;
Reviewed-by: Sean Liao &lt;sean@liao.dev&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: David Chase &lt;drchase@google.com&gt;
</content>
</entry>
<entry>
<title>_content/css: color of buttons and links, in auto (dark) theme</title>
<updated>2024-09-05T16:37:31Z</updated>
<author>
<name>Deleplace</name>
<email>deleplace@google.com</email>
</author>
<published>2024-09-05T12:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=98bee2058fadf80f56df459876555c0ede066b00'/>
<id>urn:sha1:98bee2058fadf80f56df459876555c0ede066b00</id>
<content type='text'>
Fixes golang/go#69215

Change-Id: I708e7af6790969444afc0527775643d4c42c90c3
Reviewed-on: https://go-review.googlesource.com/c/website/+/611155
Reviewed-by: Hyang-Ah Hana Kim &lt;hyangah@gmail.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Auto-Submit: Hyang-Ah Hana Kim &lt;hyangah@gmail.com&gt;
</content>
</entry>
<entry>
<title>_content: add anchor links to article headers</title>
<updated>2024-07-25T22:27:21Z</updated>
<author>
<name>Hana (Hyang-Ah) Kim</name>
<email>hyangah@gmail.com</email>
</author>
<published>2024-07-25T01:38:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=0597db8f9843869352d1174e85cbef1e957c100e'/>
<id>urn:sha1:0597db8f9843869352d1174e85cbef1e957c100e</id>
<content type='text'>
These anchor links allow users to copy the links for jumping tos
the specific sections easily.

We use javascript to add these links to handle both .html
and .md file format contents. If we had only markdown-based
contents, we could've adjusted the markdown-to-html renderer
instead of relying on javascript. Alternatively, we can try
to rewrite the html in a later pass, but html dom query and
rewrite is simpler in JS.

In order to minimize styling changes in the header text,
we set up the anchor on ¶ symbol that appears only on hover.
This is similar to how pkg.go.dev handles header anchor links.

Adjust the code for TOC generation (in godocs.js), since
now the heading elements include ¶, we want to drop it but
use the first part of the heading elements when compiling
TOC.

Fixes golang/go#68596

Change-Id: Idfe4734c54c636e426b579fdcd697156e87b5747
Reviewed-on: https://go-review.googlesource.com/c/website/+/601055
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>blog/chacha8rand: give perf graphs a white background</title>
<updated>2024-05-07T15:28:33Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2024-05-07T15:09:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=5a7bd31aaa1f0b82d4009f537acf21407ec57dca'/>
<id>urn:sha1:5a7bd31aaa1f0b82d4009f537acf21407ec57dca</id>
<content type='text'>
They have black text and black on very dark gray doesn't
look that great in dark mode (although it does seem in keeping
with the gestalt of dark mode).

Also fix coloring of links containing &lt;code&gt; text, by removing
color override for &lt;code&gt;. Otherwise only the non-code parts
of the links shows up blue, which is very confusing, like in

&lt;a&gt;&lt;code&gt;math/rand&lt;/code&gt;'s &lt;code&gt;Read&lt;/code&gt;&lt;/a&gt;

where only the 's shows up blue.

Change-Id: I345fd1ffaaa7e20804b31adcdab8d3d3d4acb924
Reviewed-on: https://go-review.googlesource.com/c/website/+/583835
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Roland Shoemaker &lt;roland@golang.org&gt;
</content>
</entry>
<entry>
<title>_content/css: set img max width to 100%</title>
<updated>2024-01-17T23:43:51Z</updated>
<author>
<name>Hana (Hyang-Ah) Kim</name>
<email>hyangah@gmail.com</email>
</author>
<published>2024-01-17T23:10:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=9776b4389302531fddfb4f190844af218c018f7b'/>
<id>urn:sha1:9776b4389302531fddfb4f190844af218c018f7b</id>
<content type='text'>
Fixes golang/go#65139

Change-Id: I9284fb5d2aae5f4dcff2e422f163381aa19fdb09
Reviewed-on: https://go-review.googlesource.com/c/website/+/556416
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
</content>
</entry>
<entry>
<title>_content: serve wiki pages on go.dev</title>
<updated>2023-12-15T02:06:41Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2023-08-10T15:32:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=e2dd66fc34eaa6b7477059e04215f675a293f6ab'/>
<id>urn:sha1:e2dd66fc34eaa6b7477059e04215f675a293f6ab</id>
<content type='text'>
The wiki pages have been copied to go.googlesource.com/wiki
and will be code reviewed using Gerrit, like other Go repos.
Unlike other Go repos, self-review will be permitted, and
there is no requirement for Googlers to be involved to make a change.
These relaxations are possible because the wiki has no production code.
The set of wiki +2'ers is a superset of the usual code +2'ers.

Fixes golang/go#61940.

Change-Id: I01823720091fbaa24e95e9c82abeaadba867a17c
Reviewed-on: https://go-review.googlesource.com/c/website/+/518297
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>_content: make "Press Esc to move out of the editor" message stop flickering</title>
<updated>2023-08-09T16:33:15Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2023-08-09T14:13:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=6cc10c446b2603cc91538d5a414a50d785707acd'/>
<id>urn:sha1:6cc10c446b2603cc91538d5a414a50d785707acd</id>
<content type='text'>
It's distracting to have this "Press Esc to move out of the editor"
message flicker on and off as focus shifts around the pages, especially
since it moves everything else up and down.

Make the message permanent and unobtrusive instead.

Change-Id: Iabe7a723f01ff2b54c49b3ef1214a1787b2751cd
Reviewed-on: https://go-review.googlesource.com/c/website/+/517695
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Prudhvi Krishna Chintala &lt;prudhvikrishna@google.com&gt;
Reviewed-by: Jamal Carvalho &lt;jamal@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
</feed>
