mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:55:06 +03:00
change link hover color
This commit is contained in:
parent
c41be24ebf
commit
eafdd91647
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ a{
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover{
|
a:hover{
|
||||||
color: #1a1a1a;
|
color: #00ffd0;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Breakpoint-Specific Typography */
|
/* Breakpoint-Specific Typography */
|
||||||
|
|
Loading…
Reference in a new issue