#How to style reused astro component

2 messages · Page 1 of 1 (latest)

native furnace
#

How to style DocsBtn component when it's used inside another astro component?

<div class='root'>
    <div class='text'>
        <h2>Are you ready to learn?</h2>
        <DocsBtn href='/introduction' text='Get to the docs' />
    </div>
    <div class='bottom-grad' aria-hidden='true'></div>
</div>```
hot quest