diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/custom.css | 4 |
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; +} |