Skip to content

Commit b2c21ab

Browse files
authored
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
2 parents c8999d9 + e947dc6 commit b2c21ab

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/static/css/themes

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/themes/light.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ a.result-keyword:focus { background-color: #afc6e4; }
167167
.sidebar a.current.traitalias { color: #4b349e; }
168168
.sidebar a.current.fn,
169169
.sidebar a.current.method,
170-
.sidebar a.current.tymethod { color: #32d479; }
170+
.sidebar a.current.tymethod { color: #a67736; }
171171
.sidebar a.current.keyword { color: #356da4; }
172172

173173
nav.main .current {

0 commit comments

Comments
 (0)