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

Merge pull request #84 from projekteuler/css-info-links

Improve links in info/note boxes
This commit is contained in:
Philipp Fischbeck 2019-02-23 14:08:07 +01:00 committed by GitHub
commit 3e436bd44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {