Skip to content
Snippets Groups Projects
Commit 4a33bfcc authored by Art Lowel's avatar Art Lowel Committed by lotte
Browse files

give new link on home-page-news a more contrasting color

parent 7bb8f327
No related merge requests found
@import '../../../../styles/variables.scss';
@import '../../../../styles/mixins.scss';
:host-context(.mantis) {
$home-news-link-color: $green !default;
$home-news-link-color: darken($home-news-link-color, 15%) !default;
.jumbotron {
background-color: transparent;
}
}
\ No newline at end of file
a {
color: $home-news-link-color;
@include hover {
color: $home-news-link-color;
}
}
}
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