Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNina Zakharenko <nzakharenko@gmail.com>2020-08-10 03:04:27 +0300
committerMatthew Taylor <matalo33@users.noreply.github.com>2020-09-10 17:10:56 +0300
commit704648b6a7f9748ea0ed4d6b484fb31e6cf7b1b4 (patch)
treec366e68d9231e9e702897e5f00db7e9a78b9dc32 /static
parent41a3f928f0a83ecba6db5219e2f0402f724e3b09 (diff)
Make copy to clipboard button lighter color, hover matches links
Diffstat (limited to 'static')
-rw-r--r--static/css/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index 5ce91cd..abdf041 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 {