raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=9f75e7370f168ada24267d6c065a9cbba92ee42f
commit 9f75e7370f168ada24267d6c065a9cbba92ee42f Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Nov 17 11:18:43 2017 +0900 increase contrast as suggested and change link colors --- public_html/lib/tpl/e/css/modifications.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 0ffee1e4..9210ab71 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -5,7 +5,7 @@ body { body, .meltdown_preview { background-color: #303030; - color: #888888; + color: #a0a0a0; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.5; @@ -160,7 +160,8 @@ h1, h2, h3, h4, h5, h6, .nav > li > a:hover, .nav > li > a:focus { - text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); + text-shadow: none; +// text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); } .navbar-nav > li > .dropdown-menu { @@ -177,7 +178,8 @@ h1, h2, h3, h4, h5, h6, .dropdown-menu > li > a:focus { background-color: #202020; color: #ffffff; - text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); + text-shadow: none; +// text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); } .dropdown-menu .divider { @@ -211,13 +213,15 @@ hr { } a { - color: #44aaff; -/* why do some people not like a subtle glow? */ - text-shadow: 0px 0px 10px rgba(51, 153, 255, 0.5); + color: #eeeeee; + text-decoration: underline; +// text-shadow: none; +// why do some people not like a subtle glow? +// text-shadow: 0px 0px 10px rgba(51, 153, 255, 0.5); } a:visited { - color: #2288ee; + color: #cccccc; } a:hover { --
