diff --git a/index.css b/index.css index 4136d62..5b1cd20 100644 --- a/index.css +++ b/index.css @@ -76,6 +76,22 @@ .home-link:hover { border-color: var(--dl-color-gray-black); } +@media(max-width: 1600px) { + .home-link { + color: var(--dl-color-gray-black); + font-family: Courier New; + font-weight: 700; + text-decoration: none; + } +} +@media(max-width: 1200px) { + .home-link { + color: var(--dl-color-gray-black); + font-family: Courier New; + font-weight: 700; + text-decoration: none; + } +} @media(max-width: 991px) { .home-hero { flex-direction: column; @@ -110,6 +126,9 @@ } .home-link { color: var(--dl-color-gray-black); + font-family: Courier New; + font-weight: 700; + text-decoration: none; } } @media(max-width: 767px) { @@ -143,6 +162,9 @@ } .home-link { color: var(--dl-color-gray-black); + font-family: Courier New; + font-weight: 700; + text-decoration: none; } } @media(max-width: 479px) { diff --git a/index.html b/index.html index 0f554d8..0e6f981 100644 --- a/index.html +++ b/index.html @@ -91,7 +91,7 @@

href="https://cal.com/josue.0/sudo" target="_blank" rel="noreferrer noopener" - class="home-link button" + class="home-link button-sudo" > book a meeting diff --git a/style.css b/style.css index 52de0fb..20bf969 100644 --- a/style.css +++ b/style.css @@ -43,6 +43,15 @@ border-radius: 4px; background-color: var(--dl-color-gray-white); } +.button-sudo { + color: var(--dl-color-gray-black); + display: inline-block; + padding: 0.5rem 1rem; + border-color: var(--dl-color-gray-black); + border-width: 1px; + border-radius: 0px; + background-color: var(--dl-color-gray-white); +} .input { color: var(--dl-color-gray-black); cursor: auto;