From 3100786ee05518753078948bd7bcf15854e27ad4 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Thu, 12 Dec 2024 13:32:22 +0000 Subject: [PATCH] styles button --- overrides.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overrides.css b/overrides.css index 607083c1..b7926125 100644 --- a/overrides.css +++ b/overrides.css @@ -117,7 +117,8 @@ that are generated by deno_doc, the tool that powers the API reference documenta } .totop { - @apply block fixed p-3 bg-background-secondary rounded-md border border-background-tertiary text-[0px]; + @apply block fixed p-3 bg-background-secondary rounded-md border + border-background-tertiary text-[0px]; color: transparent; bottom: 1rem; right: 1rem;