File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,14 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
9999
100100/* end Header link */
101101
102+ /* icons styles */
103+
104+ .iconExternalLink_I5OW { /* hides the link icon */
105+ display : none;
106+ }
107+
108+ /* end icons styles */
109+
102110/* styles for tables */
103111
104112table {
@@ -108,17 +116,6 @@ table {
108116
109117table th : first-child {
110118 width : 25% ;
111- }
112-
113- table tr : nth-child (2n) {
114- /*background-color: var(--ifm-table-background);*/
115- }
116-
117- tr {
118- /*line-height: 1.2;*/
119- }
120- table {
121- /*text-align: left;*/
122119}
123120
124121/* end styles for tables */
@@ -172,9 +169,9 @@ code {
172169
173170.token-line .theme-code-block-highlighted-line { /* added after updating to 2.0.0-beta.19 */
174171 background-color : rgb (156 159 166 / 30% );
175- }
176-
177- /* end styles for block of code */
172+ }
173+
174+ /* end styles for block of code */
178175
179176/* list */
180177
You can’t perform that action at this time.
0 commit comments