tweak: make style more pleasant for tables and comments

This commit is contained in:
Nuno Sempere 2023-02-12 10:24:33 +00:00
parent c2d48d58b7
commit 4696635826

View File

@ -321,15 +321,15 @@ table {
} }
table thead { table thead {
position: sticky; /* position: sticky;
top: 0; top: 0; */
} }
table tbody tr:nth-child(even) { table tbody tr:nth-child(even) {
background: #E9F1F4; background: #E9F1F4;
} }
table th { table th {
background: #005386; background: #005386;
color: white; color: #fcfcfc;
font-weight: bold; font-weight: bold;
} }
table th, table td { table th, table td {
@ -337,4 +337,10 @@ table thead {
/* border: 3px solid #005386; */ /* 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;
}