Commit c8971440 by AlasdairSwan

LEARNER-923 Make Pattern Library support tabs transparent

parent aac143e6
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
border: 1px solid $lms-border-color; border: 1px solid $lms-border-color;
border-top-style: none; border-top-style: none;
border-radius: 0 0 ($baseline/2) ($baseline/2); border-radius: 0 0 ($baseline/2) ($baseline/2);
background: $white; background: transparentize($white, 0.25);
color: palette(grayscale, base); color: transparentize(palette(grayscale, dark), 0.25);
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
padding: 6px 22px 11px; padding: 6px 22px 11px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment