about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index bce3998..82292b2 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -102,3 +102,7 @@ a:hover {
   border-bottom: none;
   text-decoration: underline;
 }
+
+.red-text {
+  color: red;
+}