create board theme switcher

toggles between light and dark mode
This commit is contained in:
Dylan
2020-02-04 10:58:15 -05:00
parent 4a8037e16b
commit 05bcb375f0
2 changed files with 45 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ body.crowded .board {
right: 0;
height: 20px;
padding: 5px 6px 7px 30px;
background: linear-gradient(to right, #EAEDF000, #EAEDF0 10px);
background: #eaedf0;
font-size: 11px;
line-height: 20px;
}
@@ -195,7 +195,7 @@ body.crowded .board {
}
.board>.head {
background: #EAEDF0;
background: #eaedf0;
padding: 5px;
margin: 0 0 10px;
border-radius: 2px;
@@ -230,7 +230,7 @@ body.crowded .board {
vertical-align: top;
width: 250px;
margin: 0 5px 10px;
background: linear-gradient(#EAEDF0 30px, #DDE1E5 90px);
background: #eaedf0;
border-radius: 2px;
}