diff --git a/luckydiamond/src/pages/HeaderElement.vue b/luckydiamond/src/pages/HeaderElement.vue index a1ba961..6cbf93f 100644 --- a/luckydiamond/src/pages/HeaderElement.vue +++ b/luckydiamond/src/pages/HeaderElement.vue @@ -71,11 +71,26 @@ export default { justify-content: center; } .header__nav nav a { - font-size: 21px; + text-decoration: none; + font-size: 19px; margin-right: 75px; color: #fff; + font-family: Montserrat Alternates; + font-weight: 700; } #btn--now { color: #ffb400; + font-family: Montserrat Alternates; + font-weight: 700; + position: relative; +} +#btn--now::before { + position: absolute; + content: ''; + width: 100%; + height: 2px; + background: #ffb400; + bottom: -7px; + left: 0; } \ No newline at end of file