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:
parent
1487aa54cb
commit
bdeca60db0
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user