Commit 7ac287af by Brian Talbot

Merge pull request #11185 from open-craft/sequence-link-color-default

Mark sequence link-color scss variable default.
parents b549adf4 95884642
$sequence--border-color: #C8C8C8;
$link-color: rgb(26, 161, 222);
$link-color: rgb(26, 161, 222) !default;
// repeated extends - needed since LMS styling was referenced
.block-link {
border-left: 1px solid lighten($sequence--border-color, 10%);
......
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