Skip to content
Snippets Groups Projects
Verified Commit 7285338c authored by David Beniamine's avatar David Beniamine
Browse files

Restore same colors as in anchor

parent 92d0be2a
Branches
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ body { ...@@ -197,7 +197,7 @@ body {
font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-kerning: normal; font-kerning: normal;
color: #444; color: #6e8678;
} }
p, td, th, li, dd { p, td, th, li, dd {
...@@ -211,18 +211,17 @@ p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset { ...@@ -211,18 +211,17 @@ p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset {
} }
a { a {
color: #1E924D; color: #40c375;
text-decoration: none; text-decoration: none;
-webkit-transition: color .2s ease-in; -webkit-transition: color .2s ease-in;
transition: color .2s ease-in; transition: color .2s ease-in;
} }
a:hover { color: #41B171; } a:hover { color: #1e924d; }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: Cabin-bold; font-family: Cabin-bold;
margin-bottom: 0.6em; margin-bottom: 0.6em;
font-weight: bold; font-weight: bold;
color: #333;
} }
h1 { font-size: 2rem; } h1 { font-size: 2rem; }
h2 { font-size: 1.7rem; } h2 { font-size: 1.7rem; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment