diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-07-23 03:07:26 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2020-07-24 02:09:07 +0000 |
| commit | ccbb024d8349183b8fba1743d24021f6e87f30cd (patch) | |
| tree | ce4d5812459f50d77096f14e5556e6b03f4b735c /src | |
| parent | 0820e54a8ad7795d7b555b37994f43cfe62356d4 (diff) | |
| download | rust-ccbb024d8349183b8fba1743d24021f6e87f30cd.tar.gz rust-ccbb024d8349183b8fba1743d24021f6e87f30cd.zip | |
ayu: Change to less luminous color
Co-authored-by: Cldfire <cldfire@3grid.net>
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/themes/ayu.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css index 96ba5c46a3c..048f7d0ee75 100644 --- a/src/librustdoc/html/static/themes/ayu.css +++ b/src/librustdoc/html/static/themes/ayu.css @@ -322,7 +322,7 @@ a.test-arrow:hover { :target > code, :target > .in-band { background: rgba(255, 236, 164, 0.06); - border-right: 3px solid #ffb44c; + border-right: 3px solid rgba(255, 180, 76, 0.85); } pre.compile_fail { |
