Compare commits
No commits in common. "b1981a2384d0f28a3f588b788af093c5dd4d4e19" and "25075bb2842fbba406fe9535beae7f3e7cc06148" have entirely different histories.
b1981a2384
...
25075bb284
|
@ -1,32 +1,25 @@
|
||||||
$bg: rgb(254, 175, 214);
|
|
||||||
$text: rgb(92, 53, 124);
|
|
||||||
$accent: rgb(146, 0, 80);
|
|
||||||
$active-links: rgb(124, 6, 160);
|
|
||||||
$divider: rgb(219, 103, 167);
|
|
||||||
$semi-bg: rgba(221, 116, 174, 0.211);
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: $bg;
|
background-color: rgb(236, 169, 203);
|
||||||
color: $text;
|
color: rgb(92, 53, 124);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $accent;
|
color: rgb(255, 0, 140);
|
||||||
}
|
}
|
||||||
|
|
||||||
.like-a {
|
.like-a {
|
||||||
color: $accent;
|
color: rgb(255, 0, 140);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.active,
|
a.active,
|
||||||
li.lavender-webring-curr-site>a {
|
li.lavender-webring-curr-site>a {
|
||||||
color: $active-links;
|
color: rgb(195, 0, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
#site_header {
|
#site_header {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
border-bottom: 1px solid $accent;
|
border-bottom: 1px solid rgb(255, 0, 140);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -35,7 +28,7 @@ footer {
|
||||||
|
|
||||||
.footer-kitten {
|
.footer-kitten {
|
||||||
height: 88px;
|
height: 88px;
|
||||||
border-bottom: 1px solid $accent;
|
border-bottom: 1px solid rgb(255, 0, 140);
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
||||||
>img {
|
>img {
|
||||||
|
@ -92,7 +85,7 @@ time,
|
||||||
.article_header,
|
.article_header,
|
||||||
.page_header {
|
.page_header {
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
border-bottom: 1px dotted $divider;
|
border-bottom: 1px dotted rgb(219, 103, 167);
|
||||||
}
|
}
|
||||||
|
|
||||||
.article_header {
|
.article_header {
|
||||||
|
@ -103,7 +96,7 @@ time,
|
||||||
|
|
||||||
.related {
|
.related {
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
border-top: 1px dotted $divider;
|
border-top: 1px dotted rgb(219, 103, 167);
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
@ -143,16 +136,16 @@ video {
|
||||||
.kofi-banner {
|
.kofi-banner {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 2px solid $accent;
|
border: 2px solid rgb(255, 0, 140);
|
||||||
background-color: $semi-bg;
|
background-color: rgba(221, 116, 174, 0.211);
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-warnings {
|
.content-warnings {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 2px solid $accent;
|
border: 2px solid rgb(255, 0, 140);
|
||||||
background-color: $semi-bg;
|
background-color: rgba(221, 116, 174, 0.211);
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
|
@ -10,7 +10,7 @@ tags:
|
||||||
- far right
|
- far right
|
||||||
---
|
---
|
||||||
|
|
||||||
earlier this year, [the popular far right fediverse instance poast was hacked](https://www.dailydot.com/debug/leak-poast-kiwi-farms/) leaking user profiles with emails, posts and DMs. today i was sent a special little treat, [a singular html file](/files/posts/meet-the-shitpoasters/meet-the-shitpoasters.html) containing all the poa.st and bae.st profiles with linkedin profiles associated to their e-mail addresses, all their linkedin info, their top 5 worst posts as ranked by sentiment analysis and their DMs. i will leave proper in depth analysis of this data to extremism researchers and journalists, but a few interesting people i can find at a glance are:
|
earlier this year, [the popular far right fediverse instance poast was hacked](https://www.dailydot.com/debug/leak-poast-kiwi-farms/) leaking user profiles with emails, posts and DMs. today i was sent a special little treat, [a singular html file](/files/posts/meet-the-shitpoasters/meet-the-shitpoasters.html) containing all the poa.st and bae.st profiles with linkedin profiles associated to their e-mail addresses, all their linkedin info, their top 5 worst posts as ranked by sentiment analysis and their DMs. i will leave proper in depth analysis of this data to extermism researchers and journalists, but a few interesting people i can find at a glance are:
|
||||||
|
|
||||||
- the developer of rtorrent
|
- the developer of rtorrent
|
||||||
- at least 4 google employees
|
- at least 4 google employees
|
||||||
|
|
Loading…
Reference in New Issue