diff --git a/css/index.css b/css/index.css index 17ada12d4..2a3cdc60f 100644 --- a/css/index.css +++ b/css/index.css @@ -97,6 +97,8 @@ a img:hover{ /* new theme */ .dropdown { + + background-color: rgb(0 0 0 / 50%); @apply lg:text-lg px-6 @@ -104,7 +106,6 @@ a img:hover{ lg:mr-5 my-3 shadow - bg-white border-black capitalize leading-6 @@ -115,17 +116,18 @@ a img:hover{ w-full items-start rounded - transition - hover:first:text-gray-500 - hover:border-stone-200 - hover:bg-stone-100 + transition + hover:border-stone-700 + /* hover:bg-stone-100 */ p-2 text-left + text-white } .dropdown a{ @apply px-0 + text-white } .subtitle { @@ -380,12 +382,12 @@ background-color:#5596f5 !important; } -button:hover :is(:where(a)) { +/* button:hover :is(:where(a)) { color: #5e5e5e; -} +} */ button :is(:where(p)) { - color: #3d3b39; + color: #ddd; font-weight: 400; } diff --git a/static/images/new_logo_tft.png b/static/images/new_logo_tft.png index ba2214584..b07c72c6e 100644 Binary files a/static/images/new_logo_tft.png and b/static/images/new_logo_tft.png differ diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 67128d5c4..8074a0261 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -9,7 +9,7 @@
{{section.description}}
diff --git a/templates/partials/header.html b/templates/partials/header.html index 83733497f..4bcaf364c 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -4,10 +4,10 @@