File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1515 --ifm-color-primary-lighter : # fc8c46 ;
1616 --ifm-color-primary-lightest : # fca570 ;
1717 --ifm-button-background-color : # f8f8f8 ;
18- --ifm-button-border-color : # dadada ;
18+ --ifm-button-border-color : # e4e4e4 ;
1919 --ifm-button-color : # 404040 ;
2020 --ifm-button-hover-background-color : # f2f2f2 ;
2121 --ifm-button-hover-border-color : # c8c8c8 ;
Original file line number Diff line number Diff line change @@ -166,14 +166,12 @@ export default function Home() {
166166 Hack supports a rich set of < a href = "https://docs.hhvm.com/hack/types/generic-types" > generic types</ a > ,
167167 including:
168168 </ p >
169- < p >
170- < ul >
171- < li > < a href = "https://docs.hhvm.com/hack/generics/type-parameters" > type parameters</ a > ,</ li >
172- < li > < a href = "https://docs.hhvm.com/hack/generics/type-constraints" > constraints</ a > ,</ li >
173- < li > associated < a href = "https://docs.hhvm.com/hack/classes/type-constants-revisited" > type constants</ a > ,</ li >
174- < li > and even < a href = "https://docs.hhvm.com/hack/generics/reified-generics" > reification</ a > .</ li >
175- </ ul >
176- </ p >
169+ < ul >
170+ < li > < a href = "https://docs.hhvm.com/hack/generics/type-parameters" > type parameters</ a > ,</ li >
171+ < li > < a href = "https://docs.hhvm.com/hack/generics/type-constraints" > constraints</ a > ,</ li >
172+ < li > associated < a href = "https://docs.hhvm.com/hack/classes/type-constants-revisited" > type constants</ a > ,</ li >
173+ < li > and even < a href = "https://docs.hhvm.com/hack/generics/reified-generics" > reification</ a > .</ li >
174+ </ ul >
177175 </ div >
178176 </ div >
179177 < div className = "col col--7" >
You can’t perform that action at this time.
0 commit comments