CSS: Style a

This commit is contained in:
Eric Lippmann 2015-09-23 11:13:58 +02:00
parent bd71f0bbf8
commit 2db284ce55

View File

@ -8,6 +8,16 @@ html {
.box-sizing(inherit);
}
a {
color: @link-color;
font-weight: @font-weight-bold;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
body {
background-color: @body-bg-color;
color: @text-color;