mirror of https://github.com/explosion/spaCy.git
Use coloured icons for +api and +src
This commit is contained in:
parent
0791f0aae6
commit
89f850eafa
|
@ -34,7 +34,7 @@ mixin src(url)
|
|||
+a(url)
|
||||
block
|
||||
|
||||
| #[+icon("code", 16).o-icon--inline.u-color-subtle]
|
||||
| #[+icon("code", 16).o-icon--inline.u-color-theme]
|
||||
|
||||
|
||||
//- API link (with added tag and automatically generated path)
|
||||
|
@ -44,7 +44,7 @@ mixin api(path)
|
|||
+a("/docs/api/" + path, true)(target="_self").u-no-border.u-inline-block
|
||||
block
|
||||
|
||||
| #[+icon("book", 18).o-icon--inline.u-color-subtle]
|
||||
| #[+icon("book", 18).o-icon--inline.u-color-theme]
|
||||
|
||||
|
||||
//- Help icon with tooltip
|
||||
|
|
Loading…
Reference in New Issue