Update 'index.html'
This commit is contained in:
parent
28170f2079
commit
e436cbc8a9
1 changed files with 5 additions and 1 deletions
|
@ -36,13 +36,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link::after {
|
a:link::after {
|
||||||
content: " (unvisited)";
|
content: " (unvisited)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:visited::after {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Reference in a new issue