From 1f7cc902710f43b80212d7d1a48f90d408a7b10c Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 14 Apr 2024 23:59:47 -0400 Subject: [PATCH] update --- src/pages/watch.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/watch.astro b/src/pages/watch.astro index 08c5146..72b5b8f 100644 --- a/src/pages/watch.astro +++ b/src/pages/watch.astro @@ -198,12 +198,12 @@ function ShareDialogHide() { display: grid; grid-gap: 12px; a { - background: rgb(51 51 51); - border: 2px rgba(255,255,255,0.05) solid; - font-size: 18px; - text-decoration: none; - border-radius: 4px; - padding: 9px 16px; + background: rgb(51 51 51); + border: 2px rgba(255,255,255,0.05) solid; + font-size: 18px; + text-decoration: none; + border-radius: 4px; + padding: 9px 16px; } }