You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
14 lines
193 B
SCSS
14 lines
193 B
SCSS
|
|
.link-button {
|
|
background: transparent;
|
|
border: none;
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
color: inherit;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|