Add embedded gists & JSON gist data/metadata (#179)

This commit is contained in:
Thomas Miceli
2023-12-21 20:00:04 +01:00
parent 845e28dd59
commit 0753c5cb54
32 changed files with 872 additions and 60 deletions

6
public/style.css vendored
View File

@ -2,6 +2,8 @@
@tailwind components;
@tailwind utilities;
@config "../tailwind.config.js";
@layer base {
ul, ol {
list-style: revert;
@ -98,10 +100,6 @@ pre {
max-height: 337px;
}
.hljs {
color: #c9d1d9;
}
.line-code.selected {
background-color: rgb(255, 247, 190) !important;
box-shadow: inset 4px 0 0 rgb(255, 213, 65) !important;