mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
Merge pull request #647 from svenson95/style-button-hover
Style button hover
This commit is contained in:
@@ -85,6 +85,11 @@ const { data } = await getEntry('i18n', lang ?? 'en');
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: var(--sl-text-sm);
|
font-size: var(--sl-text-sm);
|
||||||
background: var(--sl-color-text-accent);
|
background: var(--sl-color-text-accent);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
top: unset;
|
||||||
|
opacity: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,10 @@ import SubscriptionForm from '../../components/SubscriptionForm.astro';
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div class="article-footer">
|
<div class="article-footer">
|
||||||
<a href="https://github.com/sponsors/tomalaforge" alt="Sponsor link">
|
<a
|
||||||
|
class="action"
|
||||||
|
href="https://github.com/sponsors/tomalaforge"
|
||||||
|
alt="Sponsor link">
|
||||||
<MyIcon name="fillHeart" size="1.2rem" color="white" />
|
<MyIcon name="fillHeart" size="1.2rem" color="white" />
|
||||||
Sponsor the Project
|
Sponsor the Project
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
background-color: var(--sl-color-accent-high);
|
background-color: var(--sl-color-accent-high);
|
||||||
|
|
||||||
|
&.action {
|
||||||
|
color: var(--color-btn);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-footer > a > p {
|
.article-footer > a > p {
|
||||||
|
|||||||
Reference in New Issue
Block a user