@ -138,9 +138,20 @@ main {
}
}
p { margin : 1 em 0 }
p { margin : 1 em 0 }
p , ul { line-height : 1 .5 }
p , ul { line-height : 1 .5 }
a { font-weight : bold }
a {
font-weight : bold ;
color : #5E81AC ;
}
a : hover { text-decoration : underline }
a : hover { text-decoration : underline }
a [ rel ~ = " noreferrer " ] : : after {
content : " \e907 " ;
font-family : icomoon ;
font-size : .8 em ;
font-weight : normal ;
margin-left : .2 em ;
}
section {
section {
margin-bottom : 5 rem ;
margin-bottom : 5 rem ;
}
}
@ -153,7 +164,10 @@ main {
align-items : stretch ;
align-items : stretch ;
justify-items : center ;
justify-items : center ;
a { font-weight : normal }
a {
font-weight : normal ;
color : inherit ;
}
a : hover { text-decoration : none }
a : hover { text-decoration : none }
article {
article {
@ -224,7 +238,10 @@ main {
}
}
. info {
. info {
a { font-weight : normal }
a {
font-weight : normal ;
color : inherit ;
}
a : hover { text-decoration : underline }
a : hover { text-decoration : underline }
}
}
@ -322,6 +339,7 @@ main {
text-transform : uppercase ;
text-transform : uppercase ;
font-size : .9 rem ;
font-size : .9 rem ;
font-weight : bold ;
font-weight : bold ;
color : inherit ;
& : hover {
& : hover {
text-decoration : none ;
text-decoration : none ;