Compare commits
No commits in common. "9fd5b1a28ea5c65c79512d39c2dad109dfd69a41" and "ef8ddb9025490303e81d0c1bd126ed7c6133a044" have entirely different histories.
9fd5b1a28e
...
ef8ddb9025
2 changed files with 0 additions and 81 deletions
3
build.sh
3
build.sh
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
docker build -t scribe:latest -f ./Dockerfile .
|
|
|
@ -41,81 +41,3 @@ pre {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
width: 100%;
|
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