From fba62941ab6b2d8ef4a8b53f77b1e34a17f72bb0 Mon Sep 17 00:00:00 2001 From: topaLE <63888024+topa-LE@users.noreply.github.com> Date: Fri, 9 Oct 2020 20:23:04 +0200 Subject: [PATCH] added custom.css --- css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/custom.css b/css/custom.css index 7265dd4..faad341 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2339,3 +2339,11 @@ margin-top : 100px; #pagespeed-result ul.list-unstyled li { background-color : #101824 !important; } +.progress { +height : 4px; +background-color : #f3e2d1; +} +.pul-layout--simplified .pul-layout__header-inner { +color : #fff; +background-color : #0c121b; +}