Increased contrast on borders

This commit is contained in:
Rafael Conde
2017-05-10 08:44:42 -07:00
parent 3ee5a5e172
commit 7fd8556ba5
4 changed files with 193 additions and 194 deletions

View File

@ -41,7 +41,7 @@
left: 0;
right: 0;
bottom: 0;
border-top: 2px solid rgb(230, 230, 230);
border-top: 2px solid rgba(0, 0, 0, .15);
background: var(--backgroundColor);
text-align: right;
}

View File

@ -17,7 +17,7 @@
--topmostZindex: 99999;
--foregroundAltColor: #fff;
--backgroundAltColor: #232528;
--textFieldBorderColor: #e6e6e6;
--textFieldBorderColor: rgba(0, 0, 0, .15);
--highlightFGColor: #fff;
--highlightBGColor: #3ab7a5;
--highlightFGAltColor: #eee;