Display <a> tags without children in turquoise (in <main>)
This commit is contained in:
parent
fa420b1702
commit
038f878b3d
1 changed files with 4 additions and 2 deletions
|
@ -54,12 +54,14 @@
|
|||
}
|
||||
|
||||
nav a,
|
||||
footer a {
|
||||
footer a,
|
||||
main a:not(:has(*)) {
|
||||
@apply hover:text-turquoise;
|
||||
@apply hover:text-opacity-75;
|
||||
}
|
||||
|
||||
.active-page {
|
||||
.active-page,
|
||||
main a:not(:has(*)) {
|
||||
@apply text-turquoise;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue