commit 8f37be8bc89bd2f0f86e4c6c8072ed300b1447eb
parent 97b6a9b88dac636205689644e11116c9e00460c8
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 26 Mar 2019 23:34:53 -0400
Darken colour of border around side-bar
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/base.css b/build/base.css
@@ -88,7 +88,7 @@ ul.inline {
#side-bar {
float: right;
width: 25%;
- border: 10px #d8d8d8 groove;
+ border: 10px #9e9e9e groove;
margin: 0 5% 5px 5px;
text-align: left;
background-color: #2c2c2c;