Skip to content

Commit be7c13d

Browse files
committed
Changing Icons and Updating Table
1 parent d5be806 commit be7c13d

File tree

7 files changed

+245
-105
lines changed

7 files changed

+245
-105
lines changed

assets/feedback.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/notebook.svg

Lines changed: 22 additions & 0 deletions
Loading

assets/notes.svg

Lines changed: 16 additions & 0 deletions
Loading

assets/slides.svg

Lines changed: 36 additions & 0 deletions
Loading

css/bootstrap.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
--github-icon-path: url("../assets/github-mark.svg");
3030
--colab-icon-path: url("../assets/colab-icon.svg");
3131
--some-text-background-color: #eef1f5;
32+
--invert: 0%;
3233
}
3334

3435
[data-theme="dark"] {
@@ -51,6 +52,7 @@
5152
--text-font-size: 21px;
5253
--github-icon-path: url("../assets/github-mark-white.svg");
5354
--some-text-background-color: #0d1117;
55+
--invert: 100%;
5456
}
5557

5658

css/one-page-wonder.css

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,25 +217,43 @@ tr:nth-child(odd) {
217217
padding: 0em;
218218
}
219219

220-
.table-files-link {
221-
font-size: 24px;
220+
.colab-icon-container {
221+
word-wrap: nowrap;
222222
display: inline-block;
223+
}
224+
225+
.colab-icon {
226+
content: var(--colab-icon-path);
227+
height: 1.5em;
228+
width: 1.5em;
229+
display: inline-block;
230+
align-items: center;
223231
vertical-align: middle;
224232
}
225233

226234

227-
.colab-icon-container {
235+
.files-icon-container {
228236
word-wrap: nowrap;
229237
display: inline-block;
230238
}
231239

232-
.colab-icon {
233-
content: var(--colab-icon-path);
240+
.files-icon {
234241
height: 1.5em;
235242
width: 1.5em;
236243
display: inline-block;
237244
align-items: center;
238245
vertical-align: middle;
246+
filter: invert(var(--invert));
247+
}
248+
249+
.table-key {
250+
word-wrap: no-wrap;
251+
display: inline-block;
252+
}
253+
254+
.no-wrap-chunk {
255+
word-wrap: no-wrap;
256+
display: inline-block;
239257
}
240258

241259
caption {
@@ -492,7 +510,12 @@ footer {
492510
td,
493511
th,
494512
tr {
495-
font-size: 10px;
513+
font-size: 8px;
514+
}
515+
516+
517+
.table-files-link {
518+
font-size: 8px;
496519
}
497520

498521

@@ -507,11 +530,11 @@ footer {
507530
td,
508531
th,
509532
tr {
510-
font-size: 9px;
533+
font-size: 8px;
511534
}
512535

513536
.table-files-link {
514-
font-size: 12px;
537+
font-size: 8px;
515538
}
516539

517540

0 commit comments

Comments
 (0)