diff --git a/assets/styles/main.css b/assets/styles/main.css index fda7f52..b78b236 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -232,24 +232,22 @@ code { Footer ========================================================================== */ -.footer { - padding: 36px 0; -} - -.credits { +.credits, .maintainer { font-weight: 400; font-family: 'Lato', sans-serif; font-size: 20px; color: #16a085; + padding: 30px 0; + margin: 0; } -.credits-link { +.footer-link { color: white; border-color: white; } -.credits-link:hover, -.credits-link:focus { +.footer-link:hover, +.footer-link:focus { text-decoration: none; border-color: white; } @@ -278,6 +276,10 @@ code { to {transform: scale(1.2);} } +.maintainer { + background: rgba(0, 0, 0, .05); +} + /* ========================================================================== Responsive ========================================================================== */ diff --git a/index.html b/index.html index 3eed523..fbfb65b 100644 --- a/index.html +++ b/index.html @@ -213,7 +213,10 @@ clipboard.destroy();