.wp-block-table {
background: #0d0d0d;
border: 2px solid #ff7a00;
border-radius: 12px;
overflow: hidden;
color: #f5f5f5;
}
.wp-block-table th {
background: #ff7a00;
color: #000;
font-weight: 700;
padding: 14px;
}
.wp-block-table td {
padding: 12px 14px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table tr:nth-child(even) td {
background: rgba(255,255,255,0.05);
}
.wp-block-table tr:hover td {
background: rgba(255,122,0,0.15);
transition: 0.2s ease;
}
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.