diff --git a/cgi-bin/template.html b/cgi-bin/template.html index 6cf2b00..7903fac 100644 --- a/cgi-bin/template.html +++ b/cgi-bin/template.html @@ -10,12 +10,12 @@ - +

{title}

diff --git a/index.html b/index.html index 68b1809..84936cb 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +

Text Proxy

diff --git a/site.css b/site.css index 4ee75ef..2dc37d3 100644 --- a/site.css +++ b/site.css @@ -13,6 +13,17 @@ --foreground: #d8dee9; } +body { + --background: #fff; + --foreground: #333; +} + +@media (prefers-color-scheme: dark) { + body { + --background: #2e3440; + --foreground: #d8dee9; + } +} html, body {