Update text.md

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

@ -7,7 +7,7 @@ Just like in HTML, you can add a `<style>` tag to your component. Let's add some
```html
<style>
p {
color: purple;
color: rebeccapurple;
font-family: 'Comic Sans MS';
font-size: 2em;
}

Loading…
Cancel
Save