aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-11-11 19:56:45 +0530
committerPriyansh <[email protected]>2020-11-11 19:56:45 +0530
commit99cc1e6f308756cefcf3f6e6b41ce636c55069ca (patch)
tree05c43f9446cdfb286f67096c1842ec793f42e1e9
parent51cb4993c7597e1199a05dce18a7ee4376567239 (diff)
downloadnineties-computing-99cc1e6f308756cefcf3f6e6b41ce636c55069ca.tar.xz
nineties-computing-99cc1e6f308756cefcf3f6e6b41ce636c55069ca.zip
Added White color
-rw-r--r--css/colors.css4
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;
+}