Tweak border colors

This commit is contained in:
Rafael Conde
2017-05-03 14:59:29 -07:00
committed by Shawn Erquhart
parent 996f5a36d4
commit 515a08d4d7
2 changed files with 3 additions and 3 deletions

View File

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