diff --git a/website/index.html b/website/index.html index e5d7ae63..f77f92dd 100644 --- a/website/index.html +++ b/website/index.html @@ -650,11 +650,31 @@ diff --git a/website/style.css b/website/style.css index 79f13228..c4f3543a 100644 --- a/website/style.css +++ b/website/style.css @@ -1720,6 +1720,10 @@ input[type="search"]::-webkit-search-results-decoration { background-clip: text; } +.fill-current{ + fill: currentColor; +} + .fill-zinc-300{ fill: #d4d4d8; } @@ -1958,6 +1962,11 @@ input[type="search"]::-webkit-search-results-decoration { color: rgb(82 82 91 / var(--tw-text-opacity)); } +.text-zinc-700{ + --tw-text-opacity: 1; + color: rgb(63 63 70 / var(--tw-text-opacity)); +} + .text-zinc-800{ --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity));