authorgravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2021-04-02 20:22:02+02:00
committergravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2021-04-02 20:22:02+02:00
log354c14d6a28038bea4cbe30d19cadb491b6da94b
tree1ce5890c46f28a394baac6d54fbef6541b74abf3
parent4fef1d29824fe5d6f217ba01ef7fe598091a5abc

make visited links readable in the stdlib docs warning bar


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/special/docs/index.html+1-1
...@@ -515,7 +515,7 @@...@@ -515,7 +515,7 @@
515 </style>515 </style>
516 </head>516 </head>
517 <body class="canvas">517 <body class="canvas">
518 <div style="background-color: darkred; width: 100vw; text-align: center; color: white; padding: 15px 5px;">These docs are experimental. <a href="https://kristoff.it/blog/zig-new-relationship-llvm/">Progress depends on the self-hosted compiler</a>, <a href="https://github.com/ziglang/zig/wiki/How-to-read-the-standard-library-source-code">consider reading the stlib source in the meantime</a>.</div>518 <div style="background-color: darkred; width: 100vw; text-align: center; color: white; padding: 15px 5px;">These docs are experimental. <a style="color: bisque;text-decoration: underline;" href="https://kristoff.it/blog/zig-new-relationship-llvm/">Progress depends on the self-hosted compiler</a>, <a style="color: bisque;text-decoration: underline;" href="https://github.com/ziglang/zig/wiki/How-to-read-the-standard-library-source-code">consider reading the stlib source in the meantime</a>.</div>
519 <div class="flex-main">519 <div class="flex-main">
520 <div class="flex-filler"></div>520 <div class="flex-filler"></div>
521 <div class="flex-left sidebar">521 <div class="flex-left sidebar">