diff --git a/static/regular.css b/static/regular.css index 356e538..dc53e11 100644 --- a/static/regular.css +++ b/static/regular.css @@ -72,6 +72,13 @@ body { text-decoration: underline; } +.note { + text-align: center; + font-size: 8pt; + color: #AAAAAA; + animation: appear 0.75s ease-out; +} + /* Restyle with custom margins */ p { diff --git a/templates/dmca.html b/templates/dmca.html index 4c2fa30..810453b 100644 --- a/templates/dmca.html +++ b/templates/dmca.html @@ -3,4 +3,5 @@ +

Please send an e-mail to abuse@quad.moe for removal requests

{% endblock %} \ No newline at end of file