Skip to content

Commit 920e4d0

Browse files
Aditya PutatundaAditya Putatunda
authored andcommitted
navlinks1
1 parent 357b49b commit 920e4d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* Nav */
2525
nav { position: sticky; top: 0; z-index: 100; background: linear-gradient(135deg, #c7dbe2, #8191a9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
2626
.nav-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 56px; padding: 0 3rem; }
27-
.site-name { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: #fff; text-decoration: none; cursor: pointer; flex-shrink: 0; }
27+
.site-name { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--text); text-decoration: none; cursor: pointer; flex-shrink: 0; }
2828
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
2929
.nav-links a { font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,0.75); text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s; cursor: pointer; position: relative; }
3030
.nav-links a:hover { color: #fff; }
@@ -293,7 +293,7 @@
293293
.catch(e => console.error('Failed to load content.json:', e));
294294

295295
function render(D) {
296-
$('.site-name').textContent = D.site.name;
296+
$('.site-name').textContent = 'Dr. ' + D.site.name;
297297
$('footer').innerHTML = D.site.footer + (D.site.lastUpdated ? `<span class="footer-updated">Last updated: ${D.site.lastUpdated}</span>` : '');
298298
document.title = D.site.name;
299299

0 commit comments

Comments
 (0)