diff --git a/footer.php b/footer.php index 8b692bb..f650794 100644 --- a/footer.php +++ b/footer.php @@ -9,19 +9,19 @@ diff --git a/header.php b/header.php index 7c85b90..0f13a68 100644 --- a/header.php +++ b/header.php @@ -24,9 +24,15 @@
forum - join + + join + - +
@@ -35,14 +41,14 @@ diff --git a/style.css b/style.css index 730ac87..24f6c2c 100644 --- a/style.css +++ b/style.css @@ -113,6 +113,15 @@ SECTIONS pointer-events: auto; } +.st-icon-bar-sticky .st-open-search { + border-radius: 20%; + padding: .1em .4em; + background: #fff; + box-shadow: 0 0 3px rgb(0 0 0 / 30%); + margin-right: auto; + pointer-events: auto; +} + /* nav */ .st-search-overlay, .st-nav { @@ -226,6 +235,11 @@ SECTIONS color: #270BA1; } +.st-footer-icon:hover, +.st-footer-icon:active { + color: #FFDB12; +} + .st-footer-copyright { grid-area: copy; font-size: .6rem; @@ -264,11 +278,19 @@ SECTIONS font-size: .80rem; } -.st-footer-partners__list-item a { +.st-footer-partners__list-item a, +.st-footer-nav-links a { text-decoration: none; color: #fff; } +.st-footer-partners__list-item a:hover, +.st-footer-partners__list-item a:active, +.st-footer-nav-links a:hover, +.st-footer-nav-links a:active { + color: #FFDB12; +} + .st-footer-menu { grid-area: menu; } @@ -279,11 +301,6 @@ SECTIONS padding: 0; } -.st-footer-nav-links a { - text-decoration: none; - color: #fff; -} - /* ============================ COMPONENTS