feat: add global night mode; 🌟

新增:全局夜晚模式;
This commit is contained in:
iczer
2020-07-06 21:52:36 +08:00
parent 98e02874ed
commit 4063a4f08a
39 changed files with 480 additions and 328 deletions

View File

@@ -49,9 +49,9 @@ export default {
.task-group{
width: 33.33%;
padding: 8px 8px;
background-color: #e1e4e8;
background-color: @background-color-light;
border-radius: 6px;
border: 1px solid #d1d4d8;
border: 1px solid @shadow-color;
.task-head{
margin-bottom: 8px;
.title{

View File

@@ -16,7 +16,6 @@ export default {
margin-bottom: 16px;
box-shadow: 0 1px 1px rgba(27,31,35,0.1);
border-radius: 6px;
color: #24292e;
& :hover{
cursor: move;
box-shadow: 0 1px 1px rgba(27,31,35,0.15);