Add changes to readme

This commit is contained in:
Loïc Fürhoff 2021-04-30 16:31:10 +02:00
parent 2e626d114a
commit 76f8fe11fd

View File

@ -292,7 +292,10 @@ You can use all of the following options with standalone version on <redoc> tag
* `links` * `links`
* `color`: # COMPUTED: colors.primary.main * `color`: # COMPUTED: colors.primary.main
* `visited`: # COMPUTED: typography.links.color * `visited`: # COMPUTED: typography.links.color
* `hover`: # COMPUTED: lighten(0.2 typography.links.color) * `hover`:
* `color` # COMPUTED: lighten(0.2 typography.links.color)
* `textDecoration`: 'none'
* `textDecoration`: 'none'
* `menu` * `menu`
* `width`: '260px' * `width`: '260px'
* `backgroundColor`: '#fafafa' * `backgroundColor`: '#fafafa'