mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-17 13:00:10 -04:00
Fix what is pyscript example h1 color (#1417)
This commit is contained in:
4
docs/_static/examples/what-is-pyscript.html
vendored
4
docs/_static/examples/what-is-pyscript.html
vendored
@@ -3,6 +3,10 @@
|
||||
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
|
||||
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
|
||||
<style>
|
||||
h1 {
|
||||
color: #459db9;
|
||||
}
|
||||
|
||||
.pulse {
|
||||
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user