Current prod version
This commit is contained in:
parent
f52d98333e
commit
34c5300608
7 changed files with 32 additions and 11 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 73 B After Width: | Height: | Size: 101 KiB |
|
|
@ -1,6 +1,11 @@
|
|||
html { font-family: sans-serif; background: #eee; padding: 1rem; }
|
||||
body { max-width: 960px; margin: 0 auto; background: white; }
|
||||
h1 { font-family: serif; color: #377ba8; margin: 1rem 0; }
|
||||
h2 { color: #377ba8; margin: 1rem 0; }
|
||||
h3 { color: #377ba8; margin: 1rem 0; }
|
||||
h4 { color: #377ba8; margin: 1rem 0; }
|
||||
h5 { color: #377ba8; margin: 1rem 0; }
|
||||
h6 { color: #377ba8; margin: 1rem 0; }
|
||||
a { color: #377ba8; }
|
||||
hr { border: none; border-top: 1px solid lightgray; }
|
||||
nav { background: lightgray; display: flex; align-items: center; padding: 0 0.5rem; }
|
||||
|
|
@ -14,7 +19,12 @@ nav ul li a, nav ul li span, header .action { display: block; padding: 0.5rem; }
|
|||
.flash { margin: 1em 0; padding: 1em; background: #cae6f6; border: 1px solid #377ba8; }
|
||||
.post > header { display: flex; align-items: flex-end; font-size: 0.85em; }
|
||||
.post > header > div:first-of-type { flex: auto; }
|
||||
.post > header h1 { font-size: 1.5em; margin-bottom: 0; }
|
||||
.post > header h1 { margin-bottom: 0; }
|
||||
.post > h2 { margin-bottom: 0; }
|
||||
.post > h3 { margin-bottom: 0; }
|
||||
.post > h4 { margin-bottom: 0; }
|
||||
.post > h5 { margin-bottom: 0; }
|
||||
.post > h6 { margin-bottom: 0; }
|
||||
.post .about { color: slategray; font-style: italic; }
|
||||
.post .body { white-space: pre-line; }
|
||||
.content:last-child { margin-bottom: 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue