From 687eb7d0dc0f92174319e586ad7e21808aca7281 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 2 Sep 2021 10:57:59 -0400 Subject: [PATCH] fix buttons on mobile --- docs/assets/styles/docs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css index f70727992..6b1b4dfb8 100644 --- a/docs/assets/styles/docs.css +++ b/docs/assets/styles/docs.css @@ -604,11 +604,11 @@ strong { } .repo-button--twitter sl-icon { - color: rgb(var(--sl-color-sky-600)); + color: rgb(var(--sl-color-sky-500)); } @media screen and (max-width: 400px) { - .repo-button { + :not(.sidebar-buttons) > .repo-button { width: 100%; margin-bottom: 1rem; }