diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-09-06 05:09:32 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-09-06 05:09:32 +0000 |
| commit | 2fccb4b358e06c9c33d1ed18b280aa1a776c2f36 (patch) | |
| tree | a327c16521758286ea353293be72e4104cba2442 /src/librustdoc/html/static/css/noscript.css | |
| parent | 81a08bc67ab0d9186295d081e9579d8e0c2f1998 (diff) | |
| parent | 54fdef7799d9ff9470bb5cabd29fde9471a99eaa (diff) | |
| download | rust-2fccb4b358e06c9c33d1ed18b280aa1a776c2f36.tar.gz rust-2fccb4b358e06c9c33d1ed18b280aa1a776c2f36.zip | |
Merge from rustc
Diffstat (limited to 'src/librustdoc/html/static/css/noscript.css')
| -rw-r--r-- | src/librustdoc/html/static/css/noscript.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/noscript.css b/src/librustdoc/html/static/css/noscript.css index 86e8edad703..e62b16267f1 100644 --- a/src/librustdoc/html/static/css/noscript.css +++ b/src/librustdoc/html/static/css/noscript.css @@ -59,6 +59,8 @@ nav.sub { --copy-path-button-color: #999; --copy-path-img-filter: invert(50%); --copy-path-img-hover-filter: invert(35%); + --code-example-button-color: #7f7f7f; + --code-example-button-hover-color: #595959; --codeblock-error-hover-color: rgb(255, 0, 0); --codeblock-error-color: rgba(255, 0, 0, .5); --codeblock-ignore-hover-color: rgb(255, 142, 0); @@ -162,6 +164,8 @@ nav.sub { --copy-path-button-color: #999; --copy-path-img-filter: invert(50%); --copy-path-img-hover-filter: invert(65%); + --code-example-button-color: #7f7f7f; + --code-example-button-hover-color: #a5a5a5; --codeblock-error-hover-color: rgb(255, 0, 0); --codeblock-error-color: rgba(255, 0, 0, .5); --codeblock-ignore-hover-color: rgb(255, 142, 0); |
