Update link styling
This commit is contained in:
parent
49b76101e0
commit
7f18a9a053
|
@ -29,14 +29,13 @@
|
||||||
|
|
||||||
a,
|
a,
|
||||||
.link
|
.link
|
||||||
@apply text-blue underline
|
@apply text-blue no-underline
|
||||||
|
|
||||||
&:focus,
|
|
||||||
&:hover
|
&:hover
|
||||||
@apply no-underline
|
@apply underline
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
@apply text-white bg-blue outline-none px-px -mx-px
|
@apply text-white bg-blue outline-none px-px -mx-px no-underline
|
||||||
|
|
||||||
pre code,
|
pre code,
|
||||||
.hljs
|
.hljs
|
||||||
|
|
Reference in a new issue