From 86b9b7c9ae7bc0687400b0cd52f7432f16b54e95 Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 22 May 2017 23:16:37 -0300 Subject: [PATCH] Changing logo fill color --- assets/css/custom.css | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 3164b6d..699e133 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -9,6 +9,10 @@ nav{ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); } +.nav-content .logomark path { + fill: #fff; +} + .container { width: 100%; } diff --git a/index.html b/index.html index 1e5d76f..faf6d1e 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@