diff --git a/src/stylesheets/article-style-st-lingoes-blue.css b/src/stylesheets/article-style-st-lingoes-blue.css index 212c0fab..f491bf4f 100644 --- a/src/stylesheets/article-style-st-lingoes-blue.css +++ b/src/stylesheets/article-style-st-lingoes-blue.css @@ -8,7 +8,7 @@ body { a { text-decoration: none; - color: darkblue; + color: #18a3fa; } a:hover { diff --git a/src/stylesheets/article-style-st-lingvo.css b/src/stylesheets/article-style-st-lingvo.css index 2ce873a8..c58cc792 100644 --- a/src/stylesheets/article-style-st-lingvo.css +++ b/src/stylesheets/article-style-st-lingvo.css @@ -6,11 +6,6 @@ body { background: white; } -a { - text-decoration: none; - color: darkblue; -} - a:hover { text-decoration: underline; } diff --git a/src/stylesheets/article-style-st-modern.css b/src/stylesheets/article-style-st-modern.css index eaa2051a..e8761e36 100644 --- a/src/stylesheets/article-style-st-modern.css +++ b/src/stylesheets/article-style-st-modern.css @@ -9,7 +9,7 @@ body { a { text-decoration: none; - color: darkblue; + color: #18a3fa; } a:hover {