fileserver: Make file listing links purple once visited (#4356)

This commit is contained in:
Slavik 2021-09-19 21:01:11 -07:00 committed by GitHub
parent d3a0259944
commit 0a5f7a677f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ h1 a:hover {
color: #319cff;
}
a:visited {
color: #800080;
}
header,
#summary {
padding-left: 5%;