Add default link styling

This commit is contained in:
Oliver Davies 2019-04-28 18:41:50 +01:00
parent 157f74948a
commit 1d7d0ab60b
3 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
a:hover {
@apply underline
}