From e24a90b21d4a875b6021f9a98328ac0786de08fd Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Mon, 30 Jul 2018 17:21:52 -0300 Subject: [PATCH] Usa roxo como tema. --- config/style-site.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/config/style-site.css b/config/style-site.css index bf5517d..e786963 100644 --- a/config/style-site.css +++ b/config/style-site.css @@ -23,9 +23,14 @@ /* --one-color: #890000; /\* médio *\/ */ /* --two-color: #CC3434; /\* escuro *\/ */ /* --thr-color: #A91616; /\* claro *\/ */ - --one-color: #004ca1; - --two-color: #053060; - --thr-color: #006fec; + /* Azul */ + /* --one-color: #004ca1; */ + /* --two-color: #053060; */ + /* --thr-color: #006fec; */ + /* Roxo */ + --one-color: #49008a; + --two-color: #7700e0; + --thr-color: #472f75; } /* Corpo ------------------------------------ */ @@ -96,7 +101,7 @@ div#header { } div.tocify-extend-page { - height: 10px !important; + height: 10px !important; } /* Cores ------------------------------------ */ -- GitLab