From 4670a5070f6471b92c13ec50ca86cb390e43efdc Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 16 Oct 2019 18:45:24 +0200 Subject: [PATCH] small css improvement --- assets/style/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/style/style.css b/assets/style/style.css index 6300da1..4dfb47f 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -17,6 +17,8 @@ h1 { margin-top: 50; width: 100%; + font-size: 48px; + color: #2e74d5; float: left; } @@ -73,9 +75,12 @@ h2 svg { clear: both; } .anchor { - color: inherit; + color: #2e74d5; text-decoration: inherit; } +.anchor svg { + fill: #2e74d5; +} #jobs { width: auto; height: auto;