1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 00:36:42 +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;
}
// Make info/note boxes styled like bootstrap info alerts
> .info, > .note {
@extend .alert;
@extend .alert-info;
margin-bottom: 0px;
> a {
@extend .alert-link;
}
}
dfn {