Fix readonly and disabled input forms colors

This commit is contained in:
Strappazzon
2019-08-29 23:08:43 +02:00
parent afdccb8f51
commit c87bd99183
2 changed files with 8 additions and 1 deletions

View File

@ -44,5 +44,5 @@
<!-- CSS stylesheets -->
<link href="/assets/css/style.css?v=5" rel="stylesheet">
<link id="dark-css" href="/assets/css/dark.css?v=1" rel="stylesheet" media="(prefers-color-scheme: dark)">
<link id="dark-css" href="/assets/css/dark.css?v=2" rel="stylesheet" media="(prefers-color-scheme: dark)">
</head>