Update style.scss
This commit is contained in:
parent
8bffffbf57
commit
814d72aedb
1 changed files with 2 additions and 2 deletions
|
@ -69,11 +69,11 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $lightGray;
|
color: #0066FF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover, &:active {
|
&:hover, &:active {
|
||||||
color: $lightBlue;
|
color: #0099FF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue