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;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #fff;
|
||||
a:hover,
|
||||
a:visited:hover {
|
||||
color: hsl(300, 33%, 60%);
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #6f6144;
|
||||
}
|
||||
|
||||
a:visited:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
padding: 0.5em 0em 1em 3.2em;
|
||||
|
Loading…
Reference in New Issue
Block a user