File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed
Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 88 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
99 < link rel ="icon " href =favicon.png type ="image/png ">
1010 < link rel ="stylesheet " href ="lib/codemirror/style.css ">
11- < link rel ="stylesheet " href ="style.css?3e7f4fb5e44596523a3cc50355b529cd ">
11+ < link rel ="stylesheet " href ="style.css?fbc4e9ea0c35466f02ad5a4e811ec7ae ">
1212 < link rel ="preconnect " href ="https://fonts.gstatic.com ">
1313 < link href ="https://fonts.googleapis.com/css2?family=PT+Mono&display=swap " rel ="stylesheet ">
1414 < script > ( window . customElements && document . head . attachShadow ) || ( document . querySelector ( 'html' ) . className += ' oldie' ) </ script >
7575 Support us by becoming a < a href ="https://opencollective.com/css-doodle#backer "> Backer</ a >
7676 or < a href ="https://opencollective.com/css-doodle#sponsors "> Sponsor</ a > on < a href ="https://opencollective.com/css-doodle "> open collective</ a > .
7777 </ p >
78- < p class ="donate ">
79- < a href ="https://opencollective.com/css-doodle#backers " target ="_blank ">
80- < img src ="https://opencollective.com/css-doodle/backers.svg " alt ="backers " />
81- </ a >
82- </ p >
8378 </ div >
8479 </ section >
8580
@@ -2487,16 +2482,11 @@ <h2>Dedicated to people who <span><css-doodle use="var(--heart)"></css-doodle> C
24872482 </ li >
24882483 </ ul >
24892484 </ div >
2490- < div class ="donate ">
2491- < p >
2492- < a href ="https://opencollective.com/css-doodle#backers " target ="_blank "> < img src ="https://opencollective.com/css-doodle/backers.svg " alt ="backers " /> </ a >
2493- </ p >
2494- </ div >
24952485 </ div >
24962486 < css-doodle use ="var(--flags2) " grid ="30x1 "> </ css-doodle >
24972487 </ footer >
24982488 < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.38.0/codemirror.min.js "> </ script >
24992489 < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.38.0/mode/css/css.min.js "> </ script >
2500- < script src ="main.js?dce95b54b2047764da43ac7acab7d8ae "> </ script >
2490+ < script src ="main.js?f6d367ed67e79dca2aae2cc22f551a87 "> </ script >
25012491</ body >
25022492</ html >
Original file line number Diff line number Diff line change @@ -729,12 +729,17 @@ textarea[code] {
729729 }
730730
731731 .support {
732- border-radius : 3px ;
733- margin-top : 3em ;
732+ margin-top : 3.2rem ;
733+ border-radius : 8px ;
734+ padding : 1.6rem ;
735+ background : # e91e6408 ;
734736 }
735737 .support h3 {
736738 color : # e91e63 ;
737- margin-bottom : 1em ;
739+ margin-bottom : 1.6rem ;
740+ }
741+ .support p {
742+ margin-bottom : 0 ;
738743 }
739744
740745 .backers a : link , .backers a : visited {
You can’t perform that action at this time.
0 commit comments