parent
390c3ba44d
commit
b70b30bc99
|
@ -2,10 +2,6 @@
|
||||||
@apply py-2 px-3 inline-block border border-blue-600;
|
@apply py-2 px-3 inline-block border border-blue-600;
|
||||||
@apply text-sm text-white no-underline bg-blue-600 rounded;
|
@apply text-sm text-white no-underline bg-blue-600 rounded;
|
||||||
|
|
||||||
&:focus {
|
|
||||||
@apply py-2 px-3 m-0
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -6,10 +6,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
p a {
|
p a {
|
||||||
@apply text-black underline;
|
@apply text-black underline hover:no-underline
|
||||||
|
|
||||||
&:hover {
|
|
||||||
@apply no-underline
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,11 +15,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@apply text-blue-700 no-underline;
|
@apply text-blue-700 no-underline hover:underline
|
||||||
|
|
||||||
&:hover {
|
|
||||||
@apply underline
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in a new issue