1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Improve links in info/note boxes

This commit is contained in:
Philipp Fischbeck 2019-02-23 13:47:53 +01:00
parent 1487aa54cb
commit bdeca60db0

View File

@ -67,10 +67,14 @@ body {
padding: 1px; padding: 1px;
} }
// Make info/note boxes styled like bootstrap info alerts
> .info, > .note { > .info, > .note {
@extend .alert; @extend .alert;
@extend .alert-info; @extend .alert-info;
margin-bottom: 0px; margin-bottom: 0px;
> a {
@extend .alert-link;
}
} }
dfn { dfn {