about summary refs log tree commit diff
diff options
context:
space:
mode:
authorConrad Ludgate <conrad.ludgate@truelayer.com>2022-01-25 08:00:34 +0000
committerConrad Ludgate <conrad.ludgate@truelayer.com>2022-01-25 08:00:34 +0000
commite947dc62253369074cde1da48a12e669cd509cc6 (patch)
tree10893200af65cb383206fd80f98a8a2bebcac7c5
parente7825f2b690c9a0d21b6f6d84c404bb53b151b38 (diff)
downloadrust-e947dc62253369074cde1da48a12e669cd509cc6.tar.gz
rust-e947dc62253369074cde1da48a12e669cd509cc6.zip
give light-theme fns the correct orange-brown colour
-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 {