added visited colors and more contrast
This commit is contained in:
parent
ce1639f8f8
commit
2a0801b015
1 changed files with 11 additions and 5 deletions
|
|
@ -39,7 +39,13 @@ a:link {
|
|||
a:visited {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
a:hover {
|
||||
.listpath a:visited {
|
||||
color: #b2b2b2;
|
||||
}
|
||||
.up a:visited {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
a:hover, .listpath a:hover {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
@ -54,13 +60,13 @@ td {
|
|||
padding: 0;
|
||||
}
|
||||
.listitem {
|
||||
background-color: #333;
|
||||
background-color: #303030;
|
||||
}
|
||||
.listitem:hover {
|
||||
background-color: #404040;
|
||||
}
|
||||
.listitem:active {
|
||||
background-color: #202020;
|
||||
background-color: #363636;
|
||||
}
|
||||
.listpath {
|
||||
white-space: normal;
|
||||
|
|
@ -97,7 +103,7 @@ td {
|
|||
background-color: #4caf50;
|
||||
}
|
||||
span {
|
||||
color: #9b9b9b;
|
||||
color: #b2b2b2;
|
||||
font-size: 15px;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -110,7 +116,7 @@ span {
|
|||
[s]: stop preloading</pre>
|
||||
<table>
|
||||
<tr class="listitem">
|
||||
<td class="listpath"><a href="../">../</a></td>
|
||||
<td class="listpath up"><a href="../">../</a></td>
|
||||
<td class="listoptions">[dir]</td>
|
||||
</tr>
|
||||
<tr class="spacer"><td colspan="2"></td></tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue