We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a8adf commit 8d1e32dCopy full SHA for 8d1e32d
src/Middleware/StaticFiles/src/HtmlDirectoryFormatter.cs
@@ -79,7 +79,7 @@ header h1 {
79
vertical-align: bottom;
80
padding: 10px 5px 5px 5px;
81
font-weight: 400;
82
- color: #a0a0a0;
+ color: #737373;
83
text-align: center; }
84
#index td { padding: 3px 10px; }
85
#index th, #index td {
@@ -91,7 +91,7 @@ header h1 {
91
#index th:last-child, #index td:last-child {
92
border-right: 1px transparent solid; }
93
#index td.length, td.modified { text-align:right; }
94
- a { color:#1ba1e2;text-decoration:none; }
+ a { color:#127aac;text-decoration:none; }
95
a:hover { color:#13709e;text-decoration:underline; }
96
</style>
97
</head>
0 commit comments