style: Update copy link button font
This commit is contained in:
@@ -83,7 +83,7 @@ function Article({ cache }) {
|
|||||||
</Helmet>
|
</Helmet>
|
||||||
|
|
||||||
<h1>{story.title}</h1>
|
<h1>{story.title}</h1>
|
||||||
<button onClick={copyLink}>{copyButtonText}</button>
|
<button className='copy-button' onClick={copyLink}>{copyButtonText}</button>
|
||||||
|
|
||||||
<div className='info'>
|
<div className='info'>
|
||||||
Source: {sourceLink(story)}
|
Source: {sourceLink(story)}
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ span.source {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.copy-button {
|
.copy-button {
|
||||||
font: 2rem/1 'icomoon';
|
font: 2rem/1 'icomoon2';
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user