mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 07:33:09 +00:00
underline link on hover
This commit is contained in:
parent
2771bd9612
commit
a3f3421760
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ hr {
|
|||
}
|
||||
|
||||
/* Links */
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #005B96;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue