Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e2ee1f

Browse files
committed
Don't strip folder names given in JSON. Reduce font size of file entries.
1 parent 26a988e commit 9e2ee1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

advent-calendar-2023/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
return s.substr(s.length-size);
4545
}
4646
function getName(path) {
47-
return path.replace(/^.*[\\\/]/, '')
47+
return path;
4848
}
4949
function getList(v) {
5050
if (v) {
@@ -485,7 +485,7 @@
485485

486486
.modal-body li {
487487
font-family: "Open Sans";
488-
font-size: 1.5em;
488+
font-size: 1.4em;
489489
color: #9dcb51;
490490
list-style: none;
491491
line-height: 2em;

0 commit comments

Comments
 (0)