File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ iframe.js {
662662
663663 & .donations {
664664 background : @brand-color ;
665- animation : rotate- color 30 s linear infinite ;
665+ animation : rotate- color 180 s linear infinite ;
666666
667667 .content .actions button {
668668 color : black ;
Original file line number Diff line number Diff line change @@ -308,9 +308,9 @@ export default React.createClass({
308308 { this . state . update . get ( 'ready' ) && < FastButton className = "update-button" onClick = { update . perform } > < p > update ready< em > { Heim . isTouch ? 'tap' : 'click' } to reload</ em > </ p > </ FastButton > }
309309 { this . state . donations . eligible && this . state . donations . url && this . state . ui . notices . has ( 'donations' ) && < div className = "notice dark donations" >
310310 < div className = "content" >
311- < span className = "title" > euphoria maintenance and development is enabled by </ span >
311+ < span className = "title" > euphoria maintenance and development depends on you. </ span >
312312 < span className = "actions" >
313- < FastButton onClick = { ( ) => donations . openWindow ( ) } > your donation </ FastButton >
313+ < FastButton onClick = { ( ) => donations . openWindow ( ) } > support us </ FastButton >
314314 </ span >
315315 </ div >
316316 < FastButton className = "close" onClick = { ( ) => ui . dismissNotice ( 'donations' ) } />
Original file line number Diff line number Diff line change @@ -674,8 +674,9 @@ body.welcome {
674674 padding : 4px ;
675675 border-radius : 4px ;
676676 font-size : 1.25em ;
677+ font-weight : bold ;
677678 background : white ;
678- color : black ;
679+ color : #333333 ;
679680 text-decoration : none ;
680681 box-shadow : 0 0 4px fade (black , 25% );
681682
You can’t perform that action at this time.
0 commit comments