Add CSS for links
This commit is contained in:
parent
59f2add67f
commit
82f76d074e
2 changed files with 9 additions and 1 deletions
|
|
@ -45,6 +45,14 @@ ul li, ol li {
|
|||
@apply my-3;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-blue-600 underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply text-blue-800;
|
||||
}
|
||||
|
||||
.content {
|
||||
float: left;
|
||||
width: 80%;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue