From 1a60697bd6432a87f854d6a86efecc2a3d752aa5 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Sat, 20 Apr 2019 10:24:27 -0400 Subject: [PATCH] fix headline color --- docs/resources/css/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/resources/css/global.css b/docs/resources/css/global.css index 916973a..8f49a2b 100644 --- a/docs/resources/css/global.css +++ b/docs/resources/css/global.css @@ -1,6 +1,6 @@ -/*** Place your styles below ***/ +/*** Place your styles below ***/ h2, h3 { - background: rgb(123,135,198); - background: linear-gradient(90deg, rgba(123,135,198,0.8) 0%, rgba(123,135,198,0) 100%); - } + background: rgb(247, 202, 136); + background: linear-gradient(90deg, rgba(247, 202, 136, 1) 0%, rgba(247, 202, 136, 0) 100%); +} \ No newline at end of file