removed responsive theme check

This commit is contained in:
Nils 2021-09-05 17:46:47 +02:00
parent 98c9b13e79
commit 8a7ee71bc4
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
1 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ footer {
}
}
@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) { */
body {
background-color: #0c0a20;
color: #dddddd;
@ -258,7 +258,7 @@ footer {
.meta {
border-bottom: 1px solid #212121
}
}
/* } */
</style>
</head>
<body onload='initFilter()'>