Fix what is pyscript example h1 color (#1417)

This commit is contained in:
Fábio Rosado
2023-04-26 15:31:01 +01:00
committed by GitHub
parent fc2d91c5bb
commit 464a9633dc

View File

@@ -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;
}