From a996f808215d725624f8677fb6a66a5b056e671e Mon Sep 17 00:00:00 2001 From: Tobias Gabelunke Date: Wed, 8 Jul 2020 09:48:13 +0200 Subject: [PATCH] changed background-color of sidebar to blue --- src/app/app.component.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index 49e8e42..dc729fe 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -6,6 +6,7 @@ margin-top: 10px; bottom: 0; opacity: 95%; + background: rgba(34, 129, 247, 0.8); } .nav a { @@ -14,7 +15,7 @@ /* show curso position on link */ .nav a:hover:not(.active) { - font-size: 1.15em; + font-size: 1.1em; } /* show content beneath sidebar */