mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 17:34:52 +08:00
Make copy to clipboard button lighter color, hover matches links
This commit is contained in:
parent
41a3f928f0
commit
704648b6a7
@ -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…
x
Reference in New Issue
Block a user