Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<link rel="stylesheet" href="screens/screens-compatible.css">
<link rel="stylesheet" href="https://use.typekit.net/khq6mcg.css">
<link rel="stylesheet" href="scroll/old.css">
<!--/noscript>
<!--/noscript -->

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZERG48HKRJ"></script>
Expand Down
3 changes: 1 addition & 2 deletions script-experimental.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ fetch("./subjects.json")
const subject = subjectList[index];
var button = template.cloneNode(true).content;
button.querySelector("button").onclick = function() { search(subject); };
button.childNodes[0].textContent = subject;
//button.querySelector("h1").textContent = subject;
button.querySelector("p").textContent = subject;
subjectSelect.appendChild(button);
}
});
Expand Down
4 changes: 2 additions & 2 deletions style-experimental.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ header {
border: none;
background: none;
flex-direction: column;
row-gap: 4vh;
row-gap: 1rem;
padding: 0vw 5vw 0vw 5vw;
scrollbar-color: var(--scroll-amount) #000;
}
Expand Down Expand Up @@ -326,7 +326,7 @@ a:visited {
#subject-select {
border: none;
background: transparent;
gap: 2vh;
gap: 0.5rem;
}

#subject-select>* {
Expand Down