about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-01-25 23:06:02 +0100
committerGitHub <noreply@github.com>2022-01-25 23:06:02 +0100
commitb2c21abb9c49f1afbf68ecd8f7ea46d219c600b9 (patch)
treefb4de55a325d6bc1ca3e16cd3311e9dfa37d9b00 /src
parentc8999d9d91ebc10857b7e46dbda3b4f5b3d84f94 (diff)
parente947dc62253369074cde1da48a12e669cd509cc6 (diff)
downloadrust-b2c21abb9c49f1afbf68ecd8f7ea46d219c600b9.tar.gz
rust-b2c21abb9c49f1afbf68ecd8f7ea46d219c600b9.zip
Rollup merge of #93291 - conradludgate:minor-fix-93231, r=GuillaumeGomez
minor fix for #93231

In #93231 I introduced the new sidebar colours to make the contrast more balanced and easier to read, but it seems I made a copy-paste error in the light theme, resulting in functions appearing green.

This one line change replaces that colour with it's corrected orange/brown colour.

I have double checked the rest of the colours and they seem ok. Sorry for the inconvenience
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/css/themes/light.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/themes/light.css b/src/librustdoc/html/static/css/themes/light.css
index c1fbbd02ec2..edb346c23b4 100644
--- a/src/librustdoc/html/static/css/themes/light.css
+++ b/src/librustdoc/html/static/css/themes/light.css
@@ -167,7 +167,7 @@ a.result-keyword:focus { background-color: #afc6e4; }
 .sidebar a.current.traitalias { color: #4b349e; }
 .sidebar a.current.fn,
 .sidebar a.current.method,
-.sidebar a.current.tymethod { color: #32d479; }
+.sidebar a.current.tymethod { color: #a67736; }
 .sidebar a.current.keyword { color: #356da4; }
 
 nav.main .current {