STYLE Updating text-decoration when hovered (lighter)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6d12445569
commit
cd9959dfc6
|
|
@ -4,6 +4,7 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply underline underline-offset-8;
|
@apply underline underline-offset-8;
|
||||||
text-decoration-thickness: 1px;
|
text-decoration-thickness: 1px;
|
||||||
|
@apply decoration-neutral-400;
|
||||||
&:after {
|
&:after {
|
||||||
transform: translate(0px, -2px) scale(1.1);
|
transform: translate(0px, -2px) scale(1.1);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
.sommaire-index a:hover,
|
.sommaire-index a:hover,
|
||||||
.footnotes-index a:hover {
|
.footnotes-index a:hover {
|
||||||
@apply text-carhop-green-800 underline-offset-8 underline;
|
@apply text-carhop-green-800 underline-offset-8 underline decoration-neutral-400;
|
||||||
text-decoration-thickness: 1px;
|
text-decoration-thickness: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user