small css improvement

This commit is contained in:
Beu 2019-10-16 18:45:24 +02:00
parent 6a67c34115
commit 4670a5070f
1 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,8 @@
h1 { h1 {
margin-top: 50; margin-top: 50;
width: 100%; width: 100%;
font-size: 48px;
color: #2e74d5;
float: left; float: left;
} }
@ -73,9 +75,12 @@ h2 svg {
clear: both; clear: both;
} }
.anchor { .anchor {
color: inherit; color: #2e74d5;
text-decoration: inherit; text-decoration: inherit;
} }
.anchor svg {
fill: #2e74d5;
}
#jobs { #jobs {
width: auto; width: auto;
height: auto; height: auto;