various fixes

This commit is contained in:
oniricorpe 2023-08-21 17:10:44 +02:00
parent dcb085accb
commit 848c3b4c60
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
:' LICENCE : '
LICENCE
THE "HOT CHOCOLATE LICENSE ☕" (HCL revision 1312.2): THE "HOT CHOCOLATE LICENSE ☕" (HCL revision 1312.2):
OniriCorpe wrote this file. As long as you retain this 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 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. hot chocolate or any other non-alcoholic drink that suits me in return.
OniriCorpe 🏴' OniriCorpe 🏴
'
# some useful things # some useful things

View file

@ -22,13 +22,11 @@
display: inline-block; display: inline-block;
} }
p{ p { margin: 1em; }
margin: 1em;
}
a::before, h1::before, h2::before, h3::before, a::before, h1::before, h2::before, h3::before,
blockquote::before, .footer { blockquote::before, .footer {
color: #505050 color: #9d9d9d;
} }
article a::before { content:"→ "; } article a::before { content:"→ "; }