Refactor existing CSS

Fixes #190
This commit is contained in:
Oliver Davies 2020-09-16 01:43:23 +01:00
parent 390c3ba44d
commit b70b30bc99
3 changed files with 2 additions and 14 deletions

View file

@ -2,10 +2,6 @@
@apply py-2 px-3 inline-block border border-blue-600;
@apply text-sm text-white no-underline bg-blue-600 rounded;
&:focus {
@apply py-2 px-3 m-0
}
&:active,
&:focus,
&:hover {

View file

@ -6,10 +6,6 @@
}
p a {
@apply text-black underline;
&:hover {
@apply no-underline
}
@apply text-black underline hover:no-underline
}
}

View file

@ -15,11 +15,7 @@ img {
}
a {
@apply text-blue-700 no-underline;
&:hover {
@apply underline
}
@apply text-blue-700 no-underline hover:underline
}
blockquote {