File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- // dark theme colors
2- $bg: # 222;
3- $gray: # 888;
4- $gray- dark: # 555;
5- $text- color : # fafafa ;
6-
71body ,
82ul ,
93li ,
2014}
2115
2216body {
23- background : $bg ;
24- color : $text - col or ;
17+ background : # 222 ;
18+ color : # fafafa ;
2519 font-family : -apple-system, BlinkMacSystemFont, 'Helvetica Neue' , sans-serif;
2620 line-height : 1.4 ;
2721}
4034}
4135
4236.todo-list {
43- background : $gray - dark ;
37+ background : # 555 ;
4438 border : 1px solid transparent;
4539 border-radius : 6px ;
4640 box-shadow : 0 1px 3px rgba (0 , 0 , 0 , .1 );
6054}
6155
6256.button-complete {
63- background : $gray - dark ;
57+ background : # 555 ;
6458 border : 3px solid rgba (0 , 0 , 0 , .3 );
6559 border-radius : 6px ;
6660 cursor : pointer;
7165}
7266
7367.button-edit {
74- color : $gray ;
68+ color : # 888 ;
7569 font-size : 15px ;
7670 margin-left : auto;
7771 position : relative;
8882}
8983
9084.notification {
91- background : $gray - dark ;
85+ background : # 555 ;
9286 border : 1px solid transparent;
9387 border-radius : 6px ;
9488 border-width : 1px ;
You can’t perform that action at this time.
0 commit comments