Skip to content

Commit add26bd

Browse files
euri10cofin
authored andcommitted
basic style
1 parent 0c78ecf commit add26bd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/_ext/playground_template.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<style>
2+
textarea {
3+
width: 100%;
4+
height: 200px;
5+
font-family: monospace;
6+
font-size: 14px;
7+
padding: 0.5rem;
8+
border-radius: 8px;
9+
border: 1px solid #ccc;
10+
background: #fff;
11+
}
12+
pre {
13+
background: #111827;
14+
color: #e5e7eb;
15+
padding: 1rem;
16+
border-radius: 8px;
17+
height: 200px;
18+
overflow-y: auto;
19+
margin-top: 1rem;
20+
}
21+
</style>
122
<h2>🐍 Pyodide + SQLSpec Runner</h2>
223
<textarea id="editor-{{ uuid }}">
324
# Try Python code here

0 commit comments

Comments
 (0)