Add CSS for links

This commit is contained in:
Andrey Golovizin 2020-03-09 21:03:48 +01:00
parent 59f2add67f
commit 82f76d074e
2 changed files with 9 additions and 1 deletions

View file

@ -45,6 +45,14 @@ ul li, ol li {
@apply my-3; @apply my-3;
} }
a {
@apply text-blue-600 underline;
}
a:hover {
@apply text-blue-800;
}
.content { .content {
float: left; float: left;
width: 80%; width: 80%;

File diff suppressed because one or more lines are too long