Skip to content

Commit f58fce7

Browse files
[update] css styles: link icons
1 parent 0b32901 commit f58fce7

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

src/css/custom.css

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff 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

104112
table {
@@ -108,17 +116,6 @@ table {
108116

109117
table 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

0 commit comments

Comments
 (0)