diff options
| author | Priyansh <[email protected]> | 2020-11-11 19:56:45 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-11 19:56:45 +0530 |
| commit | 99cc1e6f308756cefcf3f6e6b41ce636c55069ca (patch) | |
| tree | 05c43f9446cdfb286f67096c1842ec793f42e1e9 /css | |
| parent | 51cb4993c7597e1199a05dce18a7ee4376567239 (diff) | |
| download | nineties-computing-99cc1e6f308756cefcf3f6e6b41ce636c55069ca.tar.xz nineties-computing-99cc1e6f308756cefcf3f6e6b41ce636c55069ca.zip | |
Added White color
Diffstat (limited to '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 e36ca5b..6bbaab2 100644 --- a/css/colors.css +++ b/css/colors.css @@ -1,3 +1,7 @@ .bg-skyblue { background-color: #508eeb; } + +.bg-white { + background-color: #ffffff; +} |
