We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db1a46 commit e46723fCopy full SHA for e46723f
1 file changed
css/custom.css
@@ -405,12 +405,12 @@ code {
405
406
.navbar-link {
407
text-transform: uppercase;
408
- font-size: 11px;
409
- font-weight: 400;
+ font-size: 15px;
+ font-family: 'Amatic SC', cursive;
410
letter-spacing: .1rem;
411
text-decoration: none;
412
line-height: 5.5rem;
413
- color: #222; }
+ color: var(--text); }
414
415
.navbar-link.active {
416
color: #009bcb; }
@@ -504,6 +504,6 @@ code {
504
505
.popover-link:hover,
506
.popover-item:first-child .popover-link:hover:after {
507
- border-bottom-color: var(--contrast); }
+ border-bottom-color: var(--hover); }
508
509
}
0 commit comments