Update App.svelte

Paying homage to Eric A. Myers daughter: https://meyerweb.com/eric/thoughts/2014/06/19/rebeccapurple/
pull/3902/head
0xDEADBEEF 6 years ago committed by GitHub
parent c29e2085a1
commit d79c2fccd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
<style> <style>
p { p {
color: purple; color: rebeccapurple;
font-family: 'Comic Sans MS'; font-family: 'Comic Sans MS';
font-size: 2em; font-size: 2em;
} }
</style> </style>
<p>This is a paragraph.</p> <p>This is a paragraph.</p>

Loading…
Cancel
Save