Skip to content

Commit 8d1e32d

Browse files
authored
Fix Directory Browser accessibility (#63393)
Applied contrast recommendations from accessibility insights.
1 parent b8a8adf commit 8d1e32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Middleware/StaticFiles/src/HtmlDirectoryFormatter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ header h1 {
7979
vertical-align: bottom;
8080
padding: 10px 5px 5px 5px;
8181
font-weight: 400;
82-
color: #a0a0a0;
82+
color: #737373;
8383
text-align: center; }
8484
#index td { padding: 3px 10px; }
8585
#index th, #index td {
@@ -91,7 +91,7 @@ header h1 {
9191
#index th:last-child, #index td:last-child {
9292
border-right: 1px transparent solid; }
9393
#index td.length, td.modified { text-align:right; }
94-
a { color:#1ba1e2;text-decoration:none; }
94+
a { color:#127aac;text-decoration:none; }
9595
a:hover { color:#13709e;text-decoration:underline; }
9696
</style>
9797
</head>

0 commit comments

Comments
 (0)