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:
53
53
background-color : var (--color-background-primary );
54
54
border : 2px solid var (--color-background-border );
55
55
}
56
+
57
+ .transparent-text-color {
58
+ color : transparent ;
59
+ }
56
60
</style >
57
61
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
+
58
67
.. grid :: 3
59
68
60
69
.. grid-item-card ::
61
70
:link: https://github.com/idom-team/django-idom
62
71
:img-background: _static/logo-django.svg
63
72
:class-card: card-logo-image
64
73
74
+ :transparent-text-color: `Django `
75
+
65
76
.. grid-item-card ::
66
77
:link: https://github.com/idom-team/idom-jupyter
67
78
:img-background: _static/logo-jupyter.svg
68
79
:class-card: card-logo-image
69
80
81
+ :transparent-text-color: `Jupyter `
82
+
70
83
.. grid-item-card ::
71
84
:link: https://github.com/idom-team/idom-dash
72
85
:img-background: _static/logo-plotly.svg
73
86
:class-card: card-logo-image
74
87
88
+ :transparent-text-color: `Plotly Dash `
89
+
75
90
76
91
Installing for Development
77
92
--------------------------
You can’t perform that action at this time.
0 commit comments