use dimmed background for table headers #24

Merged
jkimmel merged 1 commits from jkimmel/docs:table-background into master 2023-02-26 21:56:06 +01:00

View File

@ -36,3 +36,7 @@
summary:focus {
outline: none;
}
.markdown table th {
background: var(--gray-100);
}