Underline links on hover
This commit is contained in:
parent
ae78f53fe6
commit
a7ea015b36
1 changed files with 4 additions and 0 deletions
|
@ -446,3 +446,7 @@ .me img {
|
||||||
.me p {
|
.me p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue