commit ec9bf46de3ec246ace6f1e61ff17dc5873257a8d
parent 5603270c0635efe0b2bdd38f7fef037ec4765517
Author: Alexander Cobleigh <cblgh@cblgh.org>
Date: Thu, 13 Jan 2022 22:12:12 +0100
Merge pull request #24 from oilandsugar/tablestyle
add styling for tables
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/html/head.html b/html/head.html
@@ -67,6 +67,10 @@
user-select: all;
}
pre { overflow: auto; }
+ table { border:2px solid; }
+ th, td { text-align:left; padding: 2px 7px; border: 1px solid; }
+ th { font-weight: bold; }
+ tr:hover td { background:#e2cca2; }
.post-container { display: grid; max-width: 30rem; margin-top: 1rem; }
body { padding: 2rem; background: wheat; }
* { margin-bottom: 1rem; }