アップロードしたファイルリンクのデザインをボタンにするUserCSS
例
code:style.css
position: relative;
text-decoration: none;
padding: 0 5px 0 18px;
border-radius: 3px;
display: inline;
}
color: var(--page-text-color);
}
display: block;
position: absolute;
left: 6px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 10px;
content: '\f56d';
color: var(--page-text-color);
}
content: none;
}