diff --git a/assets/css/contact.scss b/assets/css/contact.scss index 6251d54..7e1e631 100644 --- a/assets/css/contact.scss +++ b/assets/css/contact.scss @@ -36,6 +36,7 @@ display: flex; align-items: center; justify-content: center; + border: none; &:hover { opacity: 0.7; diff --git a/assets/css/footer.scss b/assets/css/footer.scss index ec0eef3..76bf64e 100644 --- a/assets/css/footer.scss +++ b/assets/css/footer.scss @@ -60,6 +60,8 @@ footer { display: block; text-transform: uppercase; margin: 0 0 0.5rem 0; + font-size: 0.9rem; + font-weight: 500; } .footer__menu__link { diff --git a/assets/css/main.scss b/assets/css/main.scss index 4a0bf32..0421b8c 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -86,6 +86,9 @@ main { margin-right: auto; padding: 1rem 1.25rem; } + a { + color: v.$color_primary; + } } .page__title { @@ -111,4 +114,12 @@ main { background-color: v.$color_hr; margin: 32px 0px; } +} + +.alert { + display: block; + background-color: rgb(250, 215, 118); + padding: .75rem; + text-align: center; + font-weight: bold; } \ No newline at end of file diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 9a8d03e..e098ee9 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -25,7 +25,7 @@ {{ end }}> {{ range site.Params.footer.col2.items }} {{ if .title }} -