Compare commits
No commits in common. "1de08d9c91bb129b7cdccdfbbc1531fd133aad9f" and "250a3b45d089212c6ce312d7655494f0cd79af64" have entirely different histories.
1de08d9c91
...
250a3b45d0
|
@ -4,6 +4,7 @@ layout: home
|
|||
cover: ./cover.png
|
||||
---
|
||||
|
||||
<!--
|
||||
{{< adm type="err" >}}
|
||||
**Warning:** an individual is currently attempting to impersonate me on XMPP and
|
||||
stir up trouble. They've been spamming various groups and posting transphobic,
|
||||
|
@ -12,6 +13,7 @@ homophobic, and racist content, as well as sending extremely graphic imagery.
|
|||
primary XMPP account is `amolith@secluded.site`. If there's any doubt whether a
|
||||
particular JID is me, please contact `amolith@secluded.site`.
|
||||
{{< /adm >}}
|
||||
-->
|
||||
|
||||
## Welcome!
|
||||
|
||||
|
|
|
@ -61,12 +61,6 @@ blockquote {
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
.content > ul, #TableOfContents > ul, .content > ol, #TableOfContents > ol {
|
||||
padding-left: 1em;
|
||||
}
|
||||
ul, ol > ul, ol {
|
||||
padding-left: 1.1em;
|
||||
}
|
||||
hr {
|
||||
margin: 15px 0;
|
||||
border: 1px solid $dark;
|
||||
|
@ -237,9 +231,9 @@ footer {
|
|||
}
|
||||
|
||||
.tags {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
margin: 10px 0px 13px 0px !important;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
margin: 10px 0px 13px 0px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue