summaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 9ce0d82..023317c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -2377,3 +2377,7 @@ dl.unix-style dd {
dl dt:not(:first-child) {
margin-top: var(--block-spacing-vertical);
}
+
+.error {
+ color: var(--del-color);
+} \ No newline at end of file