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 {
|
||||
color: white;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
a:link::after {
|
||||
content: " (unvisited)";
|
||||
}
|
||||
|
||||
a:visited::after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
|
Reference in a new issue