ux: final fixes to new datasource page

This commit is contained in:
Torkel Ödegaard
2018-10-06 19:22:16 +02:00
parent 8e2859625f
commit 2e4a1f317d
4 changed files with 16 additions and 14 deletions

View File

@@ -28,10 +28,11 @@
cursor: pointer;
background: $card-background;
box-shadow: $card-shadow;
color: $headings-color;
color: $text-color;
&:hover {
background: $card-background-hover;
color: $text-color-strong;
}
}