File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 172172
173173 .cta a {
174174 display : inline-block;
175- background : linear-gradient (135deg , # 8b7355 0% , # a68968 100% );
176- color : white;
177- padding : 1rem 3rem ;
178- border-radius : 30px ;
179- text-decoration : none;
175+ text-decoration : underline;
176+ color : # 5d4e37 ;
180177 font-size : 1.2rem ;
181178 font-weight : 600 ;
182- box-shadow : 0 4px 12px rgba (139 , 115 , 85 , 0.3 );
183- transition : transform 0.2s , box-shadow 0.2s ;
179+ transition : transform 0.2s , text-shadow 0.2s ;
184180 }
185181
186182 .cta a : hover {
187183 transform : translateY (-2px );
188- box-shadow : 0 6px 16px rgba (139 , 115 , 85 , 0.4 );
184+ text-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
185+ }
186+
187+ .cta ::before {
188+ content : "🥔 " ;
189189 }
190190
191191 footer {
@@ -289,7 +289,7 @@ <h2>Built With</h2>
289289 </ div >
290290
291291 < div class ="cta ">
292- < a href ="https://github.com/kurowski/potasko " target ="_blank "> View on GitHub</ a >
292+ < a href ="https://github.com/kurowski/potasko " target ="_blank "> Fork the potato on GitHub</ a >
293293 </ div >
294294
295295 < footer >
You can’t perform that action at this time.
0 commit comments