generated from nhcarrigan/template
feat: move from discord to web forms
This commit is contained in:
@ -25,17 +25,17 @@ export const landingHtml = `
|
||||
margin-bottom: 10px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
.ban, .block {
|
||||
.ban {
|
||||
background-color: #ffcccc;
|
||||
color: #660000;
|
||||
}
|
||||
|
||||
.kick {
|
||||
.kick, .suspend {
|
||||
background-color: #ffddcc;
|
||||
color: #662200;
|
||||
}
|
||||
|
||||
.mute, .suspend {
|
||||
.mute {
|
||||
background-color: #fff1cc;
|
||||
color: #664b00;
|
||||
}
|
||||
@ -69,6 +69,7 @@ iframe {
|
||||
<h1>Moderation Logs</h1>
|
||||
<section>
|
||||
<p>This page lists all of our community moderation sanctions.</p>
|
||||
<p>This log was last updated at {{ timestamp }}.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Links</h2>
|
||||
|
Reference in New Issue
Block a user