style: Update copy link button font

This commit is contained in:
2025-12-02 23:14:36 +00:00
parent 5f02a95cf3
commit 6fa929fb1f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)}

View File

@@ -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;