Skip to content

Commit 7bd0449

Browse files
committed
make text searchable
1 parent fbe5edb commit 7bd0449

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: docs/source/getting-started/installing-idom.rst

+15
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,40 @@ run IDOM in the supported frameworks, follow the links below:
5353
background-color: var(--color-background-primary);
5454
border: 2px solid var(--color-background-border);
5555
}
56+
57+
.transparent-text-color {
58+
color: transparent;
59+
}
5660
</style>
5761

62+
.. role:: transparent-text-color
63+
64+
.. We add transparent-text-color to the text so it's not visible, but it's still
65+
.. searchable.
66+
5867
.. grid:: 3
5968

6069
.. grid-item-card::
6170
:link: https://github.com/idom-team/django-idom
6271
:img-background: _static/logo-django.svg
6372
:class-card: card-logo-image
6473

74+
:transparent-text-color:`Django`
75+
6576
.. grid-item-card::
6677
:link: https://github.com/idom-team/idom-jupyter
6778
:img-background: _static/logo-jupyter.svg
6879
:class-card: card-logo-image
6980

81+
:transparent-text-color:`Jupyter`
82+
7083
.. grid-item-card::
7184
:link: https://github.com/idom-team/idom-dash
7285
:img-background: _static/logo-plotly.svg
7386
:class-card: card-logo-image
7487

88+
:transparent-text-color:`Plotly Dash`
89+
7590

7691
Installing for Development
7792
--------------------------

0 commit comments

Comments
 (0)