File tree Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change 5
5
}
6
6
7
7
body {
8
- background-color : # 7bdaf3 ;
8
+ background-color : # fff ;
9
9
font-family : "Poppins" , sans-serif;
10
10
display : flex;
11
11
flex-wrap : wrap;
12
12
margin : 0 ;
13
13
padding-top : 3rem ;
14
+ transition : background-color 0.3s ease;
15
+ }
16
+
17
+ .dark-mode {
18
+ background-color : # 20232a ;
19
+ color : # ffffff ;
14
20
}
15
21
16
22
.add {
32
38
height : 400px ;
33
39
width : 400px ;
34
40
overflow-y : scroll;
41
+ position : relative;
35
42
}
36
43
37
44
.note .tools {
@@ -60,10 +67,51 @@ body {
60
67
padding : 20px ;
61
68
}
62
69
70
+ .note select {
71
+ font-size : 1.2rem ;
72
+ padding : 10px ;
73
+ border : none;
74
+ }
75
+
63
76
.main {
64
77
padding : 20px ;
65
78
}
66
79
67
80
.hidden {
68
81
display : none;
69
82
}
83
+
84
+ .markdown-editor {
85
+ display : flex;
86
+ flex-direction : column;
87
+ align-items : flex-start;
88
+ padding : 20px ;
89
+ }
90
+
91
+ .markdown-editor textarea {
92
+ font-family : inherit;
93
+ font-size : 1.2rem ;
94
+ width : 100% ;
95
+ height : 200px ;
96
+ padding : 10px ;
97
+ }
98
+
99
+ .markdown-editor .toolbar {
100
+ margin-top : 10px ;
101
+ }
102
+
103
+ .markdown-editor .format {
104
+ margin-right : 10px ;
105
+ background-color : # 9ec862 ;
106
+ color : white;
107
+ border : none;
108
+ border-radius : 3px ;
109
+ padding : 5px 10px ;
110
+ cursor : pointer;
111
+ }
112
+
113
+ .reminder-input {
114
+ font-size : 1rem ;
115
+ padding : 5px ;
116
+ margin-top : 10px ;
117
+ }
You can’t perform that action at this time.
0 commit comments