high contrast when preferred

This commit is contained in:
2025-09-23 11:40:54 -07:00
parent ed61cf0df8
commit 5ca9279b78
2 changed files with 6 additions and 1 deletions

View File

@@ -19,7 +19,6 @@
<link rel="prefetch" href="/lulu" />
<link rel="prefetch" href="/archive" />
<link rel="prefetch" href="/blog" />
<link rel="prefetch" href="https://arch.miningtcup.me" />
</head>
<body>
<div class="centerer">

View File

@@ -124,6 +124,12 @@ audio {
margin-left: 8px;
}
@media (prefers-contrast: more) {
.subtitle {
color: light-dark(black, whitesmoke);
}
}
.relative {
position: relative;
}