diff --git a/docs/css/style.css b/docs/css/style.css index ad231306..d9382b0d 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -31,8 +31,8 @@ h1 { h2 { padding-top: 20px; padding-bottom: 10px; - border-bottom: 1px solid #a0c0f0; - color: #2B7CE9; + border-bottom: 1px solid #e0e0e0; + color: #064880; } h3 { @@ -44,12 +44,13 @@ a > img { } a { - color: #2B7CE9; + color: #064880; text-decoration: none; } a:visited { - color: #2E60A4; + color: #064880; + text-decoration: none; } a:hover { @@ -78,5 +79,5 @@ td { p.important_note { color: #3a6baa; - font-weight:bold; + font-weight:bold; } \ No newline at end of file