Skip to content

Commit

Permalink
+++
Browse files Browse the repository at this point in the history
  • Loading branch information
Offirmo committed Jun 3, 2024
1 parent 6118093 commit 9f73db2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/* TODO https://piccalil.li/quick-tip/dl-grid/
/* https://piccalil.li/quick-tip/dl-grid/
* XXX TO CHECK
*/
dl {
display: grid;
grid-template-columns: max-content 1fr;
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ td {

/* zebra striping */
tbody tr:nth-child(odd) {
/* TODO opacity instead */
background-color: var(--o⋄color⁚bg--highlight--1);
}

Expand Down

0 comments on commit 9f73db2

Please sign in to comment.