From 3e4d41240ea2d2e4b4aa02a86406fdb0602531a1 Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com> Date: Thu, 4 Apr 2024 15:44:21 +0200 Subject: [PATCH] fixed color6 and color7 values, according to Guidelines --- doc/stylesheets/extra.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/stylesheets/extra.css b/doc/stylesheets/extra.css index 2297503..b08be39 100644 --- a/doc/stylesheets/extra.css +++ b/doc/stylesheets/extra.css @@ -5,8 +5,8 @@ --color3: #FFDE17; --color4: #BFD730; --color5: #2BB673; - --color6: #C800D4; - --color7: #397EC1; + --color6: #645FAA; + --color7: #387EC1; --color8: #004A8D; --color9: #000000; -- GitLab