diff --git a/css/index.css b/css/index.css index bb5ba3fb6..52a22dc8a 100644 --- a/css/index.css +++ b/css/index.css @@ -4,7 +4,7 @@ /*! purgecss end ignore */ @import "tailwindcss/base"; -@import "layout.css"; + @import "tailwindcss/components"; @import "admonition.css"; @import "tailwindcss/utilities"; @@ -363,7 +363,7 @@ background-color:#5596f5 !important; shadow border-gray-400 capitalize - bg-gray-200 + /* bg-gray-200 */ } .my-header h4{ color:#9f9f9f; @@ -439,7 +439,7 @@ background-color:#5596f5 !important; } */ button :is(:where(p)) { - color: #ddd; + /* color: #ddd; */ font-weight: 400; } diff --git a/static/js/custom.js b/static/js/custom.js index f165a0c95..7ed000d5b 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -6,7 +6,7 @@ var isMobile = width < 1024; function toggleMenu(button) { if (displayedMenu === button.id.split("-")[0]) { button.className = button.className.replace( - " text-gray-800 bg-stone-200 sm:bg-transparent", + " text-gray-800 sm:bg-transparent", " text-gray-900" ); hideMenu(button.id.split("-")[0]); @@ -23,7 +23,7 @@ function toggleMenu(button) { ); button.className = button.className.replace( " text-gray-900", - " text-gray-800 bg-stone-200 sm:bg-transparent" + " text-gray-800 sm:bg-transparent" ); displayedMenu = button.id.split("-")[0]; } diff --git a/templates/partials/head.html b/templates/partials/head.html index afbb00a68..f77afc2c2 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -38,6 +38,8 @@ {%endif%} {% endblock title %} + + @@ -110,8 +112,6 @@ - -