Skip to content

Commit 41d0303

Browse files
authored
Merge pull request #3210 from Noorain464/new_branch
Changed color of sketch lines to theme color
2 parents cb0e8d3 + cf872f9 commit 41d0303

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/styles/components/_sketch-list.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,8 @@
181181
font-size: #{math.div(16, $base-font-size)}rem;
182182
padding: #{math.div(42, $base-font-size)}rem 0;
183183
}
184+
.sketches-table__row a:hover{
185+
@include themify() {
186+
color: getThemifyVariable("logo-color");
187+
}
188+
}

0 commit comments

Comments
 (0)