Make server blocks clickable, break out routes into their own file

This commit is contained in:
Dane Everitt
2018-05-28 11:34:24 -07:00
parent 6f2fcabf22
commit 47c1ecc9bc
4 changed files with 46 additions and 29 deletions

View File

@@ -65,7 +65,11 @@ code {
}
& > .content {
@apply .border .border-grey-light .bg-white .rounded .p-4 .justify-between .leading-normal;
@apply .border .border-grey-light .bg-white .rounded .p-4 .justify-between .leading-normal .no-underline .block .text-black;
&:visited {
@apply .text-black;
}
}
}