various fixes
This commit is contained in:
parent
dcb085accb
commit
848c3b4c60
2 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
:' LICENCE
|
||||
: '
|
||||
LICENCE
|
||||
THE "HOT CHOCOLATE LICENSE ☕" (HCL revision 1312.2):
|
||||
|
||||
OniriCorpe wrote this file. As long as you retain this
|
||||
|
|
@ -10,7 +11,8 @@ disabled comrades, etc), you can do whatever you want with this stuff.
|
|||
If we meet some day, and you think this stuff is worth it, you can buy me a
|
||||
hot chocolate or any other non-alcoholic drink that suits me in return.
|
||||
|
||||
OniriCorpe 🏴'
|
||||
OniriCorpe 🏴
|
||||
'
|
||||
|
||||
|
||||
# some useful things
|
||||
|
|
|
|||
|
|
@ -22,14 +22,12 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
p{
|
||||
margin: 1em;
|
||||
}
|
||||
p { margin: 1em; }
|
||||
|
||||
a::before, h1::before, h2::before, h3::before,
|
||||
blockquote::before, .footer {
|
||||
color: #505050
|
||||
}
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
||||
article a::before { content:"→ "; }
|
||||
h1::before { content:"# "; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue