ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=f1daadc0505b6bc86e9040febb5a676019b991d8

commit f1daadc0505b6bc86e9040febb5a676019b991d8
Author: Andy Williams <[email protected]>
Date:   Fri Nov 17 11:58:55 2017 +0000

    Revert "increase contrast as suggested and change link colors"
    
    This reverts commit 9f75e7370f168ada24267d6c065a9cbba92ee42f.
    
    Working on a different, less greyscale, version of high contrast.
---
 public_html/lib/tpl/e/css/modifications.css | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 9210ab71..0ffee1e4 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: #a0a0a0;
+   color: #888888;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
@@ -160,8 +160,7 @@ h1, h2, h3, h4, h5, h6,
 
 .nav > li > a:hover,
 .nav > li > a:focus {
-   text-shadow: none;
-//   text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
+   text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
 }
 
 .navbar-nav > li > .dropdown-menu {
@@ -178,8 +177,7 @@ h1, h2, h3, h4, h5, h6,
 .dropdown-menu > li > a:focus {
    background-color: #202020;
    color: #ffffff;
-   text-shadow: none;
-//   text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
+   text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
 }
 
 .dropdown-menu .divider {
@@ -213,15 +211,13 @@ hr {
 }
 
 a {
-   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);
+   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: #cccccc;
+   color: #2288ee;
 }
 
 a:hover {

-- 


Reply via email to