diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-21 14:57:37 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-21 14:57:37 -0500 |
| commit | 8db9689c30409ee265ca246cf0af0eeefa6c8962 (patch) | |
| tree | dd4635c5233d2d4bcf0c3657c5e816d1d692200f | |
| parent | a32b4021d258bcce96e72ff8dd35837dfa62aebb (diff) | |
| download | personal-website-8db9689c30409ee265ca246cf0af0eeefa6c8962.tar.xz personal-website-8db9689c30409ee265ca246cf0af0eeefa6c8962.zip | |
navbar on water.css colors
| -rw-r--r-- | assets/css/main.css | 6 | ||||
| -rw-r--r-- | index.html | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 8340c15..7ec2657 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -54,7 +54,7 @@ section#intro { } .topnav { - background-color: #333; + background-color: var(--background-alt); overflow: hidden; } @@ -160,13 +160,11 @@ p.footnote { color: #64748b; } -/* Add a color to the active/current link */ .topnav a.active { - background-color: gray; + background-color: var(--background); color: white; } -/* Right-aligned section inside the top navigation */ .topnav-right { float: right; } @@ -20,8 +20,8 @@ </head>
<nav id="nav" class="topnav">
- <a class="active" href="">Dylan Bolger</a>
- <p>Software Engineer</p>
+ <a class="navbar-name active" href="">Dylan Bolger</a>
+ <p class="navbar-title">Software Engineer</p>
<div class="topnav-right">
<a class='mobile-hide' href="#Experience">Experience</a>
<a class="mobile-hide" href="#Projects">Projects</a>
|
