File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
docs/source/getting-started Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
7691Installing for Development
7792--------------------------
You can’t perform that action at this time.
0 commit comments