Skip to content

Commit e46723f

Browse files
authored
Update navbar-link styles in custom.css
1 parent 7db1a46 commit e46723f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,12 @@ code {
405405

406406
.navbar-link {
407407
text-transform: uppercase;
408-
font-size: 11px;
409-
font-weight: 400;
408+
font-size: 15px;
409+
font-family: 'Amatic SC', cursive;
410410
letter-spacing: .1rem;
411411
text-decoration: none;
412412
line-height: 5.5rem;
413-
color: #222; }
413+
color: var(--text); }
414414

415415
.navbar-link.active {
416416
color: #009bcb; }
@@ -504,6 +504,6 @@ code {
504504

505505
.popover-link:hover,
506506
.popover-item:first-child .popover-link:hover:after {
507-
border-bottom-color: var(--contrast); }
507+
border-bottom-color: var(--hover); }
508508

509509
}

0 commit comments

Comments
 (0)