Move from fileb0x to embed.FS. Fixes #22.

Also removed unused fontawesome JS.
This commit is contained in:
2021-06-16 06:22:33 +05:00
parent 383233202e
commit 0f47434f60
29 changed files with 22 additions and 866 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+14
View File
@@ -0,0 +1,14 @@
#paste-contents {
font-family: monospace;
font-size: 0.9rem;
height: 90vh;
}
.paste-data {
font-size: 0.9rem;
}
/* This is a special case for multiline tooltips. See https://github.com/Wikiki/bulma-tooltip/issues/34 */
.tooltip.is-tooltip-multiline::before {
white-space:pre-line
}