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

Improve styling of dfn tags

This commit is contained in:
Philipp Fischbeck 2019-02-17 20:12:58 +01:00
parent 4bc779f475
commit 1487aa54cb

View File

@ -72,4 +72,10 @@ body {
@extend .alert-info;
margin-bottom: 0px;
}
dfn {
border-bottom: 1px dotted;
font-style: normal;
cursor: help;
}
}