diff --git a/src/styles.css b/src/styles.css index c5102df..aa91430 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,3 +1,7 @@ +.timekeep-container { + --timekeep-running-row-color: var(--color-base-30); +} + /* Main container around the timekeep codeblock content */ .timekeep-container { width: 100%; @@ -50,8 +54,10 @@ } /* row running color */ -.timekeep-row[data-running="true"] { - background-color: var(--color-base-40) !important; +.timekeep-row[data-running="true"], +.timekeep-row:nth-child(even)[data-running="true"], +.timekeep-row:nth-child(odd)[data-running="true"] { + background-color: var(--timekeep-running-row-color); } /* collapse row icon */ @@ -95,7 +101,7 @@ /*