From d6f5015c62445dadf9e85db39be2279037a5f649 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Thu, 12 Dec 2024 13:29:59 +0000 Subject: [PATCH] styles button --- overrides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides.css b/overrides.css index 40cbabd3..607083c1 100644 --- a/overrides.css +++ b/overrides.css @@ -127,12 +127,12 @@ that are generated by deno_doc, the tool that powers the API reference documenta } .totop::after { - @apply text-primary light:text-black; content: ""; display: block; width: 1rem; height: 1rem; border-width: 2px; + border-color: hsla(var(--primary)); border-left: 0; border-top: 0; transform: translate(0, 25%) rotate(225deg);