summaryrefslogtreecommitdiffstats
path: root/wk.fo
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-17 15:59:36 +0300
committerAhmed <git@gumx.cc>2026-06-17 15:59:36 +0300
commitc31605f40e512eae86b998609afcc083d8040530 (patch)
tree52ddb77d9c9042c7504c65d2e85f83ff902a93b0 /wk.fo
parent2faa1fede9cfe79e2bc93e3e5e2444e4f54cb32b (diff)
fix: styles again
Diffstat (limited to 'wk.fo')
-rw-r--r--wk.fo/pks/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/wk.fo/pks/index.html b/wk.fo/pks/index.html
index 727a6f2..6685739 100644
--- a/wk.fo/pks/index.html
+++ b/wk.fo/pks/index.html
@@ -15,6 +15,9 @@ main, header, footer { max-width: 800px; margin-inline: auto; padding: 0 2rem; }
h1, header, footer { text-align: center; }
main { text-align: justify; }
p, h2, h3, h4 { margin: 1em 0 0 0; }
+ol { margin: 0.5em 0 0 0; }
+table { margin: auto; border-collapse: collapse; }
+th, td { border: 1px solid; padding: 0.3em 0.8em; }
pre { margin: 1em 0; }
pre code { border: thin solid; padding: 1em; display: block; text-align: start; overflow-x: scroll; }
code { font-size: 85%; }
@@ -24,7 +27,8 @@ footer { margin-top: 3em; }
input[type="text"], button { font-family: inherit; font-size: inherit; border: thin solid; padding: 0.3em 0.6em; background: transparent; color: inherit; }
button { cursor: pointer; }
@media (max-width: 600px) { body { font-size: 0.9em; } h1 { font-size: 1.8em; } }
-@media (prefers-color-scheme: dark) { html { filter: invert(1); } }
+@media (max-width: 400px) { body { font-size: 0.8em; } h1 { font-size: 1.6em; } }
+@media (prefers-color-scheme: dark) { html { filter: invert(1); } img { filter: invert(1); } }
</style>
</head>
<body>