diff options
Diffstat (limited to 'sublab_project/static/css')
-rw-r--r-- | sublab_project/static/css/sublab.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sublab_project/static/css/sublab.css b/sublab_project/static/css/sublab.css index 9c5fa43..756f312 100644 --- a/sublab_project/static/css/sublab.css +++ b/sublab_project/static/css/sublab.css @@ -283,6 +283,18 @@ span.header { margin-right: 10px; } +span.green { + color: #00FF00; +} + +span.grey { + color: #222222; +} + +span.red { + color: #FF0000; +} + .member { line-height: 20px; font-weight: bold; |