mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-12 05:35:08 -04:00
added visited color to links
This commit is contained in:
parent
3345258af8
commit
84691b61fc
@ -15,6 +15,10 @@ a {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#6699cc;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: blink;
|
||||
color:#ff9933;
|
||||
|
Loading…
x
Reference in New Issue
Block a user