commit 4189cae1ade64fbf2873979769cdc87dea5ebf30
parent 5603270c0635efe0b2bdd38f7fef037ec4765517
Author: ritualdust <lizbeth.porier.m@gmail.com>
Date: Thu, 13 Jan 2022 15:36:51 -0500
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; }