Skip to content

Commit

Permalink
extras: Update extras/mpvc-web
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Oct 3, 2024
1 parent 983c3ff commit c1c31a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extras/mpvc-web
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ mpvc_web_style()
cat <<-EOF
:root { --body-font-family: monospace; --body-color: #222; --body-background: #fff; --link-color: #a0a; }
@media (max-width: 768px) { :root { --body-font-size: 1.06em; } }
@media (min-width: 768px) { :root { --body-font-size: 1.20em; } }
@media (min-width: 768px) { :root { --body-font-size: 1.10em; } }
@media (prefers-color-scheme: light) { html { filter: invert(0.0); } :root { } }
@media (prefers-color-scheme: dark) { html { filter: invert(0.85); } :root { } }
html { font-family: var(--body-font-family); font-size: var(--body-font-size); }
body { font-family: var(--body-font-family); font-size: var(--body-font-size); color: var(--body-color); background: var(--body-background); }
select { width: 95%; font-family: font-size: var(--body-font-size); }
input { width: 95%; font-family: font-size: var(--body-font-size); }
select { width: 95%; font-family: var(--body-font-family); font-size: var(--body-font-size); }
input { width: 95%; font-family: var(--body-font-family); font-size: var(--body-font-size); }
ul { padding: 0rem 0.8rem; }
a { padding: 0.08rem 0.02rem; color: var(--link-color); }
Expand Down

0 comments on commit c1c31a5

Please sign in to comment.