Compare commits
4 commits
main
...
white-them
Author | SHA1 | Date | |
---|---|---|---|
64468204ec | |||
5ab9c48e2c | |||
9fd5b1a28e | |||
83985fbd13 |
2 changed files with 87 additions and 0 deletions
3
build.sh
Executable file
3
build.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
docker build -t scribe:latest -f ./Dockerfile .
|
|
@ -43,3 +43,87 @@ figure iframe {
|
|||
footer p span {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: rgba(127, 127, 127, 0.1);
|
||||
padding: 1em;
|
||||
overflow-x: scroll;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* BlackLight's mods
|
||||
*/
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
padding-left: 0;
|
||||
font-family: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Open Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
article {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
section p:first-child {
|
||||
font-size: 1.5em;
|
||||
opacity: 0.6;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
section p:not(:first-child),
|
||||
section h2,
|
||||
section ul,
|
||||
section ol {
|
||||
font-family: Avenir, Palatino, charter, Georgia, Cambria, "Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
section > p,
|
||||
section > ul,
|
||||
section > ol {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
section figure {
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
section > p,
|
||||
section > ul,
|
||||
section > ol,
|
||||
pre,
|
||||
code {
|
||||
width: auto;
|
||||
max-width: 37.5em;
|
||||
}
|
||||
|
||||
section > ul,
|
||||
section > ol {
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
section h2,
|
||||
section h3 {
|
||||
margin: 1.5em auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
margin: 1.5em auto;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
margin: 0 !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
h1, .meta {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue