ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=33276621da50ad93ccb2e2cea754a7591e392ca5
commit 33276621da50ad93ccb2e2cea754a7591e392ca5 Author: Andy Williams <[email protected]> Date: Fri Nov 17 13:06:19 2017 +0000 Update colours from raster but keeping the blue for links --- public_html/lib/tpl/e/css/modifications.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 0ffee1e4..e94e01b8 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; @@ -212,20 +212,16 @@ hr { a { color: #44aaff; -/* why do some people not like a subtle glow? */ - text-shadow: 0px 0px 10px rgba(51, 153, 255, 0.5); } -a:visited { - color: #2288ee; +a:hover, a:focus { + color: #ffffff; } -a:hover { - color: #ffffff; +a:visited { } -a:focus { - color: #ffffff; +a.media, a.navbar-brand { } abbr[title], --
