Change the link hover color to a nice shade of purple
This commit is contained in:
parent
334d663495
commit
b55836b6c9
@ -100,18 +100,15 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover,
|
||||||
color: #fff;
|
a:visited:hover {
|
||||||
|
color: hsl(300, 33%, 60%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #6f6144;
|
color: #6f6144;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited:hover {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
padding: 0.5em 0em 1em 3.2em;
|
padding: 0.5em 0em 1em 3.2em;
|
||||||
|
Loading…
Reference in New Issue
Block a user