Version 0.2.2

This commit is contained in:
mmk2410 2015-05-13 20:46:32 +02:00
parent 37ef385af6
commit 52005b1235
5 changed files with 52 additions and 12 deletions

View file

@ -46,7 +46,6 @@ img{
margin-right: auto;
}
.header{
position: absolute;
top: 0;
@ -73,6 +72,15 @@ img{
z-index: 10;
color: rgba(0, 0, 0, 0.87);
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
.text a{
font-family: 'Roboto', sans-serif;
font-size: 14px;