diff options
| author | Priyansh <[email protected]> | 2020-11-12 01:22:00 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-12 01:22:00 +0530 |
| commit | 88cad3c5674987904343d8c17b2197a540c9703f (patch) | |
| tree | b027e80c00a8d9adeb3f4d24a533d9e32951da1d /css/colors.css | |
| parent | 5b367f87cf293abacebff55d4988e5b48a78373a (diff) | |
| download | nineties-computing-88cad3c5674987904343d8c17b2197a540c9703f.tar.xz nineties-computing-88cad3c5674987904343d8c17b2197a540c9703f.zip | |
Able to create accounts now
Diffstat (limited to 'css/colors.css')
| -rw-r--r-- | css/colors.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/colors.css b/css/colors.css index 5895570..104a2b3 100644 --- a/css/colors.css +++ b/css/colors.css @@ -13,3 +13,7 @@ .text-white { color: #ffffff; } + +.text-red { + color: #c90b0b; +} |
