Skip to content

Commit 03f3194

Browse files
committed
new CSS
1 parent fe3ffb3 commit 03f3194

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Mo Shakiba
22

33
about_content: |
4-
<p><nav><strong><a href="https://moneuron.github.io/drive/cv.pdf">CV</a> · <a href="#">CONTACT</a></strong></nav></p>
4+
**<sub>[CV](https://moneuron.github.io/drive/cv.pdf) ·
5+
[CONTACT](#)</sub>**
56
67
papers: |
78
> I’m **Mo**, a NeuroAI researcher.

assets/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ document.addEventListener("DOMContentLoaded", () => {
8686
};
8787

8888
// --- Selectors ---
89-
const toggleBtn = document.querySelector('nav a[href="#"]');
89+
const toggleBtn = document.querySelector('sub a[href="#"]');
9090
const mainBlockquote = document.querySelector('blockquote');
9191
const paperItems = document.querySelectorAll('.paper-item');
9292
const footer = document.querySelector('footer');

0 commit comments

Comments
 (0)