diff --git a/fedireads/static/format.css b/fedireads/static/format.css index 31979b86..cf65ffe6 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -41,6 +41,12 @@ h2 { padding: 0.5rem; } +#warning { + background-color: #FF1654; + text-align: center; +} + + #branding, #actions { margin: 0 1rem; }