| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Adding _account_ syntax.tar.gz | 2021-02-22 | 12.0 MB | |
| Adding _account_ syntax.zip | 2021-02-22 | 12.1 MB | |
| README.md | 2021-02-22 | 1.0 kB | |
| Totals: 3 Items | 24.2 MB | 0 | |
:::md
<!-- account: twitter, about_hiroppy -->
<!-- account: github, hiroppy -->
<!-- account: facebook, yuta.hiroto0429 -->
<!-- account: linkedin, hiroppy -->
<!-- if you want to use grid -->
<!-- block-start: grid -->
<!-- account: twitter, about_hiroppy -->
<!-- account: github, hiroppy -->
<!-- account: facebook, yuta.hiroto0429 -->
<!-- account: linkedin, hiroppy -->
<!-- block-end -->

You can set these properties using css variables.
:::css
:root {
--account-icon-size: 3rem;
--account-icon-color: #545454;
}
and attaches these classes
:::css
.account {};
.account-twitter,
.account-github,
.account-facebook,
.account-linkedin {}