werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

commit 4696635826bcff42f0d7819aaf11799296f89eb8
parent c2d48d58b7e2bb216ecb21a642821c57243ed77c
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date:   Sun, 12 Feb 2023 10:24:33 +0000

tweak: make style more pleasant for tables and comments

Diffstat:
Mpub/style/style.css | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -321,15 +321,15 @@ table { } table thead { - position: sticky; - top: 0; + /* position: sticky; + top: 0; */ } table tbody tr:nth-child(even) { background: #E9F1F4; } table th { background: #005386; - color: white; + color: #fcfcfc; font-weight: bold; } table th, table td { @@ -337,4 +337,10 @@ table thead { /* border: 3px solid #005386; */ } +/* Isso comments */ +/* You can see the general comments style: <https://comments.nunosempere.com/css/isso.css> */ + +.isso-textarea, #isso-postbox-author, #isso-postbox-email, #isso-postbox-website, .isso-post-action > input { + font-size: 20px; +}