From 704648b6a7f9748ea0ed4d6b484fb31e6cf7b1b4 Mon Sep 17 00:00:00 2001 From: Nina Zakharenko Date: Sun, 9 Aug 2020 17:04:27 -0700 Subject: [PATCH] Make copy to clipboard button lighter color, hover matches links --- static/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 5ce91cd3f5..abdf041dc8 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1078,12 +1078,12 @@ pre .copy-to-clipboard { position: absolute; right: 4px; top: 4px; - background-color: #949bab; + background-color: #C1C4C6; color: #ccc; border-radius: 2px; } pre .copy-to-clipboard:hover { - background-color: #656c72; + background-color: #00bdf3; color: #fff; } .parent-element {