Skip to content

Commit

Permalink
deploy: b291b8e
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed May 30, 2023
1 parent b7960c5 commit 07b5ac7
Show file tree
Hide file tree
Showing 11 changed files with 77,695 additions and 0 deletions.
Binary file added assets/crsqlite-81f51098.wasm
Binary file not shown.
43 changes: 43 additions & 0 deletions assets/index-a2cdf2b2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

button, a {
font-family: sans-serif;
}
button {
margin: 0 10px 10px;
padding: 4px 8px;
border-radius: 4px;
}
button:hover {
background-color: lightblue;
transition: 0.2s;
}
h1, h3 {
text-align: center;
}
h1 {
margin-bottom: 0;
}
div, pre {
width: fit-content;
margin: 0 auto 20px;
}
.buttons {
display: flex;
}
pre {
padding: 0 20px;
border: 2px solid lightblue;
border-radius: 8px;
height: 380px;
width: 380px;
overflow-y: scroll;
}
::-webkit-scrollbar{
width: 6px;
height: 6px;
}
::-webkit-scrollbar-thumb{
width: 6px;
border-radius: 6px;
background-color: gray;
}
Loading

0 comments on commit 07b5ac7

Please sign in to comment.