diff --git a/css/index.css b/css/index.css index df9f503..5c720c3 100644 --- a/css/index.css +++ b/css/index.css @@ -120,7 +120,7 @@ img[src*="#tft_img"] { } button:hover :is(:where(a)) { - color: #c6f8ff; + color: #cd8c4c; } button :is(:where(p)) { @@ -166,20 +166,20 @@ header .freeflow div, #info-menu div, #info-mobile-menu div { } button { - background-color: #1a1a1a; + background-color: #106c6a; border-radius: 20px; border: 2px solid white; box-shadow: none; font-size: 20px; } -button { - background-color: #1a1a1a; +/* button { + background-color: #106c6a; border-radius: 10px; border: none; box-shadow: none; font-size: 20px; - } + } */ button a { color: white; @@ -200,6 +200,10 @@ header { box-shadow: none !important; } +.nav_btn:hover{ + color: #cd8c4c; +} + .quicklinks { box-sizing: border-box; -webkit-align-items: center; @@ -306,7 +310,7 @@ header { } a:hover{ - color: #5e5b59; + color: #cd8c4c; } .banner:hover { diff --git a/templates/partials/header.html b/templates/partials/header.html index 053dcf8..969490c 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -46,7 +46,7 @@ {% if subsection == "footer/_index.md" %} {% continue %} {% endif %} {% set button_id = subsection ~ "-menu-btn" | slugify %}
- diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index e5e7a34..9b5e419 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -45,7 +45,7 @@ {% else %}
{% set button_id = header_label ~ "-menu-btn" | slugify %} -