mirror of
https://github.com/byReqz/caddy-browse-template.git
synced 2024-11-21 16:43:14 +00:00
removed responsive theme check
This commit is contained in:
parent
98c9b13e79
commit
8a7ee71bc4
@ -211,7 +211,7 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
/* @media (prefers-color-scheme: dark) { */
|
||||||
body {
|
body {
|
||||||
background-color: #0c0a20;
|
background-color: #0c0a20;
|
||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
@ -258,7 +258,7 @@ footer {
|
|||||||
.meta {
|
.meta {
|
||||||
border-bottom: 1px solid #212121
|
border-bottom: 1px solid #212121
|
||||||
}
|
}
|
||||||
}
|
/* } */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body onload='initFilter()'>
|
<body onload='initFilter()'>
|
||||||
|
Loading…
Reference in New Issue
Block a user