diff options
author | Indrajith K L | 2018-02-15 14:33:59 +0530 |
---|---|---|
committer | Indrajith K L | 2018-02-15 14:33:59 +0530 |
commit | 1a57fe1d719a7c7f49f4fd952902b99c236f1b7e (patch) | |
tree | 7e76612a7981db4593dd0970b2ebbb92e49192fe /src | |
parent | 506c63b251aaf537015aa7c05e1cab80d435e35d (diff) | |
download | svelte-app-1a57fe1d719a7c7f49f4fd952902b99c236f1b7e.tar.gz svelte-app-1a57fe1d719a7c7f49f4fd952902b99c236f1b7e.tar.bz2 svelte-app-1a57fe1d719a7c7f49f4fd952902b99c236f1b7e.zip |
style clean up
Diffstat (limited to 'src')
-rw-r--r-- | src/App.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.html b/src/App.html index d1a4dc5..b4284f1 100644 --- a/src/App.html +++ b/src/App.html @@ -2,7 +2,7 @@ Template : <Test1></Test1> Template : <Test2></Test2> <style> - h1 { + label { color: purple; } </style> |