Increased contrast on borders
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
--topmostZindex: 99999;
|
||||
--foregroundAltColor: #fff;
|
||||
--backgroundAltColor: #232528;
|
||||
--textFieldBorderColor: #e6e6e6;
|
||||
--textFieldBorderColor: rgba(0, 0, 0, .15);
|
||||
--highlightFGColor: #fff;
|
||||
--highlightBGColor: #3ab7a5;
|
||||
--highlightFGAltColor: #eee;
|
||||
|
Reference in New Issue
Block a user