style(IndexBar): adjust sticky anchor color to red

This commit is contained in:
chenjiahan 2020-11-30 22:19:37 +08:00 committed by neverland
parent 65b6807a7e
commit 87b0a03495
3 changed files with 3 additions and 3 deletions

View File

@ -106,5 +106,5 @@ How to use: [Custom Theme](#/en-US/theme).
| @index-anchor-font-size | `@font-size-md` | - |
| @index-anchor-line-height | `32px` | - |
| @index-anchor-background-color | `transparent` | - |
| @index-anchor-sticky-text-color | `@green` | - |
| @index-anchor-sticky-text-color | `@red` | - |
| @index-anchor-sticky-background-color | `@white` | - |

View File

@ -110,5 +110,5 @@ export default {
| @index-anchor-font-size | `@font-size-md` | - |
| @index-anchor-line-height | `32px` | - |
| @index-anchor-background-color | `transparent` | - |
| @index-anchor-sticky-text-color | `@green` | - |
| @index-anchor-sticky-text-color | `@red` | - |
| @index-anchor-sticky-background-color | `@white` | - |

View File

@ -414,7 +414,7 @@
@index-anchor-font-size: @font-size-md;
@index-anchor-line-height: 32px;
@index-anchor-background-color: transparent;
@index-anchor-sticky-text-color: @green;
@index-anchor-sticky-text-color: @red;
@index-anchor-sticky-background-color: @white;
// IndexBar