From 7285338c11a47643ac3e7537cf14624af82f19cb Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 29 Sep 2020 21:56:49 +0200 Subject: [PATCH] Restore same colors as in anchor --- css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 086237a..c3f76df 100644 --- a/css/style.css +++ b/css/style.css @@ -197,7 +197,7 @@ body { font-variant-ligatures: common-ligatures; text-rendering: optimizeLegibility; font-kerning: normal; - color: #444; + color: #6e8678; } p, td, th, li, dd { @@ -211,18 +211,17 @@ p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset { } a { - color: #1E924D; + color: #40c375; text-decoration: none; -webkit-transition: color .2s ease-in; transition: color .2s ease-in; } -a:hover { color: #41B171; } +a:hover { color: #1e924d; } h1, h2, h3, h4, h5, h6 { font-family: Cabin-bold; margin-bottom: 0.6em; font-weight: bold; - color: #333; } h1 { font-size: 2rem; } h2 { font-size: 1.7rem; } -- GitLab