From 86ab25d6cd8e7ef50c99119ed59df74e91cae968 Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 4 Apr 2023 13:36:28 -0700 Subject: [PATCH] tweak background color of alt-views --- src/sh2.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/sh2.less b/src/sh2.less index f30ef624..0b5380a0 100644 --- a/src/sh2.less +++ b/src/sh2.less @@ -188,7 +188,7 @@ body::-webkit-scrollbar { } .alt-view { - background-color: #222; + background-color: #111; overflow-y: auto; .alt-title { @@ -256,6 +256,7 @@ body::-webkit-scrollbar { margin-top: 5px; .mono-font(1.5rem); font-weight: bold; + color: white; } input { @@ -658,7 +659,8 @@ body::-webkit-scrollbar { .copy-control { width: 0; position: relative; - display: none; + display: block; + visibility: hidden; .inner-copy { position: absolute; @@ -679,7 +681,7 @@ body::-webkit-scrollbar { } &:hover .copy-control { - display: block !important; + visibility: visible !important; } }