Add development styles and DRAFT tags; update layout of list and single templates
This commit is contained in:
parent
9d428d8913
commit
7cf5efa991
5 changed files with 54 additions and 28 deletions
22
static/styles/development.css
Normal file
22
static/styles/development.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* development.css
|
||||
* Some styles for development UI.
|
||||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
.draft {
|
||||
color: red;
|
||||
display: inline-block;
|
||||
font-family: 'SF Pro', sans-serif;
|
||||
font-size: 1.5rem;
|
||||
letter-spacing: 3px;
|
||||
margin-inline-start: 1rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.draft:before {
|
||||
content: "[";
|
||||
}
|
||||
|
||||
.draft:after {
|
||||
content: "]";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue