mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
Make copy to clipboard button lighter color, hover matches links
This commit is contained in:
parent
41a3f928f0
commit
704648b6a7
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue