@@ -45,6 +45,11 @@ input {
4545 background-color : # 252525 ;
4646 border-radius : 10px ;
4747 display : grid;
48+ box-shadow : inset 0px 0px 5px # 0e0e0e ;
49+ }
50+
51+ .inner-container h5 {
52+ color : # 7c90db ;
4853}
4954
5055.active-complete-buttons {
@@ -110,27 +115,31 @@ p {
110115
111116.input-button {
112117 border-radius : 10px ;
113- background-color : # 7C90DB ;
118+ background : rgb (124 , 144 , 219 );
119+ background : linear-gradient (180deg , rgba (124 , 144 , 219 , 1 ) 0% , rgba (145 , 161 , 219 , 1 ) 33% , rgba (124 , 144 , 219 , 1 ) 100% );
114120 padding : 10px ;
115121 border-style : none;
116122 color : black;
123+ transition : filter 0.3s ease;
117124}
118125
119126.input-button : hover {
120- background-color : # 889ADE ;
127+ filter : brightness ( 1.2 ) ;
121128}
122129
123130.project-button {
124131 border-radius : 10px ;
125- background-color : # 7C90DB ;
132+ background : rgb (124 , 144 , 219 );
133+ background : linear-gradient (180deg , rgba (124 , 144 , 219 , 1 ) 0% , rgba (145 , 161 , 219 , 1 ) 33% , rgba (124 , 144 , 219 , 1 ) 100% );
126134 border-style : none;
127135 color : black;
128136 height : 40px ;
129137 width : 100% ;
138+ transition : filter 0.3s ease;
130139}
131140
132141.project-button : hover {
133- background-color : # 889ADE ;
142+ filter : brightness ( 1.2 ) ;
134143}
135144
136145
@@ -262,8 +271,6 @@ h1,h2,h3,h4,h5,h6 {
262271 margin-bottom : 10px ;
263272}
264273
265-
266-
267274.to-do-item-grid {
268275 height : auto;
269276 border-radius : 10px ;
@@ -307,6 +314,7 @@ canvas {
307314 cursor : pointer;
308315 position : relative;
309316 grid-gap : 10px ;
317+ box-shadow : inset 0px 0px 5px # 000 ;
310318}
311319
312320.to-do-list-container-item : after {
0 commit comments