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
This commit is contained in:
commit
b2c21abb9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue