Enable dark theme
This commit is contained in:
parent
d429997c02
commit
b57ee62c2f
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
{{ metadata.title }}
|
{{ metadata.title }}
|
||||||
</title>
|
</title>
|
||||||
<meta name="description" content="{{ description or metadata.description }}">
|
<meta name="description" content="{{ description or metadata.description }}">
|
||||||
|
<meta name="color-scheme" content="dark light">
|
||||||
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
|
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
|
||||||
<link rel="stylesheet" href="/styles.css">
|
<link rel="stylesheet" href="/styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -83,3 +83,9 @@ footer img {
|
||||||
.post-link p {
|
.post-link p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
footer img {
|
||||||
|
filter: invert(90%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue